Package org.eclipse.lemminx.client
Class ClientCommands
- java.lang.Object
-
- org.eclipse.lemminx.client.ClientCommands
-
public class ClientCommands extends Object
Commonly used client commands- Author:
- Angelo ZERR
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPEN_BINDING_WIZARDOpen the binding wizard to bind the XML to a grammar/schema.static StringOPEN_SETTINGSOpen settings command.static StringOPEN_URIClient command to open URIstatic StringSHOW_REFERENCESShow referencesstatic StringUPDATE_CONFIGURATIONUpdate configuration
-
-
-
Field Detail
-
SHOW_REFERENCES
public static final String SHOW_REFERENCES
Show references- See Also:
- Constant Field Values
-
OPEN_SETTINGS
public static final String OPEN_SETTINGS
Open settings command. This custom command is sent to the client in order to have the client open its settings UI.- See Also:
- Constant Field Values
-
OPEN_BINDING_WIZARD
public static final String OPEN_BINDING_WIZARD
Open the binding wizard to bind the XML to a grammar/schema.- See Also:
- Constant Field Values
-
OPEN_URI
public static final String OPEN_URI
Client command to open URI- See Also:
- Constant Field Values
-
UPDATE_CONFIGURATION
public static final String UPDATE_CONFIGURATION
Update configuration- See Also:
- Constant Field Values
-
-