Aurora Codeless Framework
This extension for Visual Studio Code adds snippets for Aurora Codeless Framework for TypeScript and HTML.
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.
TypeScript Aurora Snippets
Snippet |
Purpose |
au-grid-elements-manager-variables |
Add variables for GridElementsManagerComponent |
au-grid-elements-manager-methods |
Add methods for GridElementsManagerComponent |
au-grid-elements-manager-actions |
Add actions for GridElementsManagerComponent |
au-findByIdWithRelations-service |
Add findByIdWithRelations method in service |
au-findByIdWithRelations-graphql |
Add findByIdWithRelationsQuery method in graphql |
au-findByIdWithRelations-resolver |
Add findBbyIdWithRelations method in edit resolver |
Html Aurora Snippets
Snippet |
Purpose |
au-grid-elements-manager-component |
Add component for GridElementsManagerComponent |
au-input-text |
Add material input text component with message error |
au-input-datepicker |
Add material input datepicker component with message error |
au-input-datetimepicker |
Add material input datetimepicker component with message error |
Installation
- Install Visual Studio Code 1.10.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
| |