# Editor.ProjectExtensions

Editor access to a project's compilers. These are internal on [Sandbox.Project](/api/Sandbox.Project) so game
code never sees them - editor code reaches them through these extensions.

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`
- Modifiers: static, abstract, sealed

## Methods

- [`get_CompileGroup`](/api/Editor.ProjectExtensions/get_CompileGroup)
- [`get_Compiler`](/api/Editor.ProjectExtensions/get_Compiler)
- [`get_EditorCompiler`](/api/Editor.ProjectExtensions/get_EditorCompiler)
