CodeRemoteContentDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which represents the remote and code-remote ContentTypes, which should be used as a base definition for all files that use remote language server. Use CodeRemoteBaseTypeName if language content type derives from "code" and RemoteBaseTypeName if language content type derives from "text".
public ref class CodeRemoteContentDefinition
public ref class CodeRemoteContentDefinition abstract sealed
public class CodeRemoteContentDefinition
public static class CodeRemoteContentDefinition
type CodeRemoteContentDefinition = class
Public Class CodeRemoteContentDefinition
- Inheritance
-
CodeRemoteContentDefinition
Constructors
CodeRemoteContentDefinition() |
Fields
CodeRemoteBaseTypeName |
Base code remote ContentType name. Lights up language server features without activating TextMate. |
CodeRemoteContentTypeName |
Code remote ContentType name. Lights up all TextMate features (colorization, brace completion, folding ranges). |
CodeRemoteTextMateBraceCompletionTypeName |
Code remote brace completion ContentType name. Activates TextMate brace completion. |
CodeRemoteTextMateColorizationTypeName |
Code remote colorization ContentType name. Activates TextMate colorization. |
CodeRemoteTextMateIndentationTypeName |
Code remote smart indentation ContentType name. Activates TextMate smart indentation. |
CodeRemoteTextMateStructureTypeName |
Code remote structure ContentType name. Activates TextMate folding ranges. |
RemoteBaseTypeName |
Base remote ContentType name. Lights up language server features without activating TextMate. |
TextMateOnTypeIndentationContentTypeName |
On type indentation ContentType name. Activates TextMate on type indentation. |