This extension provides a set of Halloumi code snippets to use with the Halloumi DSL.
Nothing super special, just code snippets :)
![Snippet Selection](images/snippet-selection.png)
![Code Generation](images/snippet.png)
This plugin does not require you to install any additional requirements
This extension does not contribute any additional settings
- Initial release of extension
- Reformatted the way resource snippets are generated
- Grouped required properties away from the non-required properties
- Added VirtualResource
- Added support for
output
- Reformatted the way resource snippets are generated
- Add property type support
- Fix update type description
- Add additional whiteline after resource for easy adding additional resources
- Fix bug with not showing properties
- Add icon to package
- Add snippet generation for non-primitive types
- Recurse on nested properties
- Limit snippets for lists to 1 example
- Updated snippets from latest specification (2.22.0)
- Updated snippets from latest specification (2.29.0)
- Updated snippets from latest specification (2.30.0)
- Added additional comments on top of snippet to align with coding guidelines
To contribute:
- Clone this project
- Branch of from master
- Make you changes
- Create a PR
To update snippets:
- Change directory into project
- Run
npm install
- Run
npm run update-snippets
To publish a new package:
- Run
vsce publish