This extension for Visual Studio Code adds snippets for Angular for TypeScript and HTML.
These snippets will be very helpful after you have performed a migration from your VB6 or WinForms applications.
Usage
Type part of a snippet, press enter , and the snippet unfolds.
Alternatively, press Ctrl + Space (Window, Linux) or Cmd +Space (macOS)
Command Palette Commands
HTML Angular Snippets
Snippets |
Purpose |
wm-adodatacontrol |
ADO Data Control |
wm-button" |
Button Control |
wm-checkbox |
CheckBoz Control |
wm-combobox |
ComboBox Control |
wm-datagridviewflex |
FlexGrid Control |
wm-groupbox |
GroupBox Control |
wm-label |
Label Control |
wm-listview |
ListView Control |
wm-picturebox |
PictureBox Control |
wm-statusstrip |
StatusStrip Control |
wm-textbox" |
TextBox Control |
wm-toolstrip |
ToolStrip Control |
wm-window |
Window |
Typescript Snippets
Snippets |
Purpose |
wm-window |
Window Component |
CSharp Snippets
| wm-window | Window Component |
| wm-prop | Property |
| wm-using | usings |
Installation
- Install Visual Studio Code
- 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
| |