Skip to content

jatin33/code-snippet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this tool?

VSCode

1. Go to File -> Preferences -> User Snippets
2. Select "New Snippets file for your_project_name"
3. Mention the name for your snippet config file (you can see .vscode folder and your file with .codesnippets extension inside this folder)
4. Now copy all the content in textarea below VSCode label
5. Paste all this content into the newly created file as next entry of json.
6. Now go to any file in this project and type the "trigger" or "prefix" mentioned in your entry, you may see the suggestion of snippet with description.
7. Now select that suggestion and you can see the code snippet appear after the current curson position.

Atom

- WIP

Sublime Text

- WIP

About

This project helps to generate code snippets for different text editors like VSCode, Sublime Text and Atom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published