A set of snippets and commands that will ease the work for frontend developers.
Snippets
vggrid Snippet generates the typical igx grid html. It also renders demo column template and a demo grouping template.
Commands
Generate column configuration RightClick on the property that contains the grid data and run the command. It will generate a new property with column models for each of the grid data item properties.
Development & Debuging
First start the esbuild-watch script so that your changes are immediately build and then you will have to start the Run extension Job. A new VsCode window will open where you can test the extension.
Changes in the code (after the first build) are loaded in the test VsCode window only after it was reloaded... Reload Window task.