An extension for adding Puppet development related code snippets to Visual Studio Code.
This extension provides code snippets that you might find useful when working on puppet code.
Available Snippets
Markdown
Add a ticket link to the Puppet Jira instance
Note: Markdown is a special file type for VSCode. To get the suggestions to
pop up automatically you may need to add a setting to your user settings file.
"[markdown]": {
"editor.quickSuggestions": true
}
If you don't want to add a user setting you may need to use the ctrl+space hotkey.