CodeRemoteContentDefinition 类

定义

表示远程和代码远程 ContentTypes 的类,应将其用作使用远程语言服务器的所有文件的基定义。 如果语言内容类型派生自“代码”,RemoteBaseTypeName如果语言内容类型派生自“text”,则使用 CodeRemoteBaseTypeName

public ref class CodeRemoteContentDefinition
public ref class CodeRemoteContentDefinition abstract sealed
public class CodeRemoteContentDefinition
public static class CodeRemoteContentDefinition
type CodeRemoteContentDefinition = class
Public Class CodeRemoteContentDefinition
继承
CodeRemoteContentDefinition

构造函数

CodeRemoteContentDefinition()

表示远程和代码远程 ContentTypes 的类,应将其用作使用远程语言服务器的所有文件的基定义。 如果语言内容类型派生自“代码”,RemoteBaseTypeName如果语言内容类型派生自“text”,则使用 CodeRemoteBaseTypeName

字段

CodeRemoteBaseTypeName

基本代码远程 ContentType 名称。 在不激活 TextMate 的情况下点亮语言服务器功能。

CodeRemoteContentTypeName

编写远程 ContentType 名称的代码。 点亮所有 TextMate 功能 (着色、大括号完成、折叠范围) 。

CodeRemoteTextMateBraceCompletionTypeName

代码远程大括号完成 ContentType 名称。 激活 TextMate 大括号补全。

CodeRemoteTextMateColorizationTypeName

代码远程着色 ContentType 名称。 激活 TextMate 着色。

CodeRemoteTextMateIndentationTypeName

编码远程智能缩进 ContentType 名称。 激活 TextMate 智能缩进。

CodeRemoteTextMateStructureTypeName

代码远程结构 ContentType 名称。 激活 TextMate 折叠范围。

RemoteBaseTypeName

基本远程 ContentType 名称。 在不激活 TextMate 的情况下点亮语言服务器功能。

TextMateOnTypeIndentationContentTypeName

键入缩进 ContentType 名称。 在类型缩进时激活 TextMate。

适用于