CXUI Snippets for VS Code
Now Updated for CXUI v0.4.0-beta.1 release
This extension for Visual Studio Code adds snippets for CXUI components for HTML.
See the CHANGELOG for the latest changes
Usage
Type part of a snippet, press enter , and the snippet unfolds.
Alternatively, press Ctrl +Space (Windows, Linux) or Cmd +Space (macOS) to activate snippets from within the editor.
HTML Snippets
Snippet |
Purpose |
cxui-checkbox-list |
renders html for Checkbox List |
cxui-checkbox |
renders html for Checkbox |
cxui-gauge |
renders html for Gauge |
cxui-loader |
renders html for Loader |
cxui-multigauge |
renders html for MultiGauge |
cxui-multitrendline |
renders html for MultiTrendline |
cxui-paginator |
renders html for Paginator |
cxui-search |
renders html for Search |
cxui-table-header |
renders html for Table Header |
cxui-table |
renders html for Table |
cxui-table-with-menu |
renders html for Table with menu |
cxui-tabs |
renders html for Tabs |
cxui-time-range |
renders html for Time Range |
cxui-visual-filter |
renders html for Visual Filter |
cxui-view-manager |
renders html for cxui-visual-filter + cxui-table-header + cxui-table-with-menu + cxui-paginator |
Installation
- Install Visual Studio Code 1.26.0 or higher
- Launch Code
- From the command palette
Ctrl -Shift -P (Windows, Linux) or Cmd -Shift -P (OSX)
- Select
Install Extension
- Choose the extension
- Reload Visual Studio Code
Email rubadani@cisco.com if you find any issue regarding the extension.
| |