I've installed VS Code extension named dsznajder.es7-react-js-snippets to quickly type boilerplate ES7 code.
So when I type imd a quick suggestion shows up
and then by pressing Tab this snippet expands
I want to get the following behavior:
How would I do that?
Add the following to your user settings:
{
"editor.tabCompletion": true,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With