A port of the famous Sublime Snippets package for VSCode
- Javascript
- Typescript
- React
- Vue
Tab trigger: comm-section + tab
/*=============================================>>>>>
= Section comment block =
===============================================>>>>>*/
/*= End of Section comment block =*/
/*=============================================<<<<<*/Tab trigger: comm-subsection + tab
/*----------- Subsection comment block -----------*/Tab trigger: comm-subsection-start + tab
/************ Subsection comment block ************/Tab trigger: comm + tab
/* Comment */Tab trigger: comm-block + tab
/**
*
* Block comment
*
*/Tab trigger: comm-todo + tab
/**
*
* TODO:
* - First todo item
* - Second todo item
*
*/