vscode
Customize the effect you want to achieveVariable Jump
That is, press the shortcut key JS
and click Variable A
to jump to the declaration of Variable A
, CSS
Similarly, click Class name B
to jump to B{...}
Unused JS variables
or CSS class names
are grayed out
AutocompleteJS arrow function
When closing the tab, the project list Do not automatically locate
to the current tab file
Supports Vue
and Sass
The above are the major pain points after moving from
webstorm
tovscode
. I don’t know how to solve them. I hope someone can give me some advice
webstorm
does not support sass
in Vue
. It always draws red wavy lines and sometimes gets stuck, so I want to give up and switch to Microsoft's method. , but unexpectedly vscode
also has many inconveniences. I feel like I'm drowning in the ocean of customization vscode
...SOS
Jump to variable definition, try F12