Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Puppet SnippetsNew to Visual Studio Code? Get it now.
Puppet Snippets

Puppet Snippets

bhurt

|
3,888 installs
| (0) | Free
Puppet related code snippets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Puppet Snippets

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

Insert a ticket link.

  • 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.

Ruby

Add a do block. With or without parameters

Add a do block

Maintainers

Bill Hurt

  • @RandomNoun7
  • Github
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft