xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
332 stars 137 forks source link

New snippets #50

Closed LucasAndrad closed 6 years ago

LucasAndrad commented 6 years ago

Hi, I added two new snippets to improve this awesome plugin

rqr + tab return:

require('package');

and mde + tab return:

module.exports = {

}

Both snippets ends with a letter near to tab key, this detail makes the typing even faster.