Ever wanted to write code like magic? Create snippets using VSCode Snippet Wizard!
VSCode Snippet Wizard is an extension that allows you to easily create and save code snippets directly in VSCode, dramatically improving your productivity.
This extension simplifies the process of selecting code, choosing where to save the snippet, and quickly adding it to your snippet library.
default.mp4
snippet.mov
-
Workspace Snippet Sharing for Teamwork
With workspace snippet settings, you can easily share code snippets with team members and maintain a consistent coding style.
Maximize collaboration efficiency by having all project members use the same snippets.
-
Automatic Language Detection
It automatically detects specific languages and creates perfect snippets for that language.
Create and use snippets worry-free in any language, including JavaScript, TypeScript, TSX, Java, Python, and more.
-
Instant Snippet Review and Editing
You can immediately open the generated snippet file to review and modify if necessary.
- Generate snippets from selected code
- Choose where to save snippets:
- Global snippets
- Workspace snippets
- Language-specific snippets
- Automatic detection of the current file's language
- Simple interface for naming snippets and adding prefixes
- Option to directly open and edit the snippet file after creation
- Launch Visual Studio Code
- Go to Extensions
- Search for "Snippet Wizard"
- Click Install
- Select the code you want to turn into a snippet in VS Code.
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS)
- Type "Generate Snippet" and select the command
- Choose where to save the snippet
- Global snippets: Available in all projects
- Workspace snippets: Only available in the current workspace (can be shared with team members)
- Language-specific snippets: Only available for the current file's language
- Enter a name for your snippet
- Enter a prefix for your snippet (the text you'll type to use the snippet)
- The snippet will be saved, and a confirmation message will be displayed.
To use your new snippet, simply type its prefix.
This extension requires Visual Studio Code version 1.60.0 or higher.
You can register issues on our GitHub page, or if immediate confirmation is difficult, please use the Google Form, email, or KakaoTalk open chat room below. We will check and respond promptly through any of these channels.
Contributions are always welcome. Feel free to submit Pull Requests.
MIT © Guesung Park. Please refer to the MIT License file.
Initial release of VSCode Snippet Wizard