VSCode.NET
VSCode.NET
VSCode.NET API Documentation
VSCode.Editor
EditorFeature Class
EditorFeature Methods
Dispose Method
Initialize Method
LogMessage Method
ShowMessage Method
ShowMessageAsync Method
EditorFeature
ShowMessage Method
Shows a message in the VS Code UI.
Namespace:
VSCode.Editor
Assembly:
VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
Copy
public
void
ShowMessage
(
MessageType
type
,
string
message
)
Parameters
type
Type:
VSCode.Editor
MessageType
The type of message to show.
message
Type:
System
String
The message text.
See Also
Reference
EditorFeature Class
VSCode.Editor Namespace
Copyright 2016, Josh Johnson