vs-code-ext-sample
A VS Code Extension for experimenting VS Code Extension API capabilities.
Note: This extension is only experimental. Use at your own risk.
Features
Commands API PoC
Custom Commands in the Commands Palette.
- Open Command Palette (type cmd + shift + p)
- Type "dxclient"
CompletionProvider API PoC
Intellisense in the editor.
- Open (or create) an .html file
- Type "WCM" somewhere in the file. Notice the intellisense
ViewContainers API PoC
Additional tab in the Activity Bar and custom UI in VS Code's Primary Sidebar.
- Notice the additional Knight Chess Piece Icon in the activity bar
Requirements
dxclient locally installed
| |