Skip to content

A JavaScript, Typescript, React and Vue port of the famous Sublime Snippets package for VS

License

Notifications You must be signed in to change notification settings

Hernanm0g/vscode-js-comment-snippets

Repository files navigation

vscode-js-comment-snippets

A port of the famous Sublime Snippets package for VSCode

Working for:

  • Javascript
  • Typescript
  • React
  • Vue

Comments Examples

JS-Style Comments

Section

Tab trigger: comm-section + tab

/*=============================================>>>>>
= Section comment block =
===============================================>>>>>*/
 
 
 
/*= End of Section comment block =*/
/*=============================================<<<<<*/

Subsection

Tab trigger: comm-subsection + tab

/*----------- Subsection comment block -----------*/

Tab trigger: comm-subsection-start + tab

/************ Subsection comment block ************/

Simple Comment

Tab trigger: comm + tab

/* Comment */

Block Comment

Tab trigger: comm-block + tab

/**
 *
 * Block comment
 *
 */

Todo Comment

Tab trigger: comm-todo + tab

/**
 *
 * TODO:
 *	- First todo item
 *	- Second todo item
 *
 */

About

A JavaScript, Typescript, React and Vue port of the famous Sublime Snippets package for VS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published