Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 735 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 735 Bytes

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