vscode
Customize the effect you want to achieveVariable Jump
That is, press the shortcut keyJS
and clickVariable A
to jump to the declaration ofVariable A
,CSS
Similarly, clickClass name B
to jump toB{...}
UnusedJS variables
orCSS class names
are grayed out
AutocompleteJS arrow function
When closing the tab, the project listDo not automatically locate
to the current tab file
SupportsVue
andSass
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 supportsass
inVue
. It always draws red wavy lines and sometimes gets stuck, so I want to give up and switch to Microsoft's method. , but unexpectedlyvscode
also has many inconveniences. I feel like I'm drowning in the ocean of customizationvscode
...SOS
Jump to variable definition, try F12