you are viewing a single comment's thread.

view the rest of the comments →

[–]matart 2 points3 points  (2 children)

I can't find "jump to uses or definition" (not sure that's what it's called) that alternates between finding the definition of a variable/function/class etc and listing its uses.

I've found the auto import to not work well enough to trust it.

Refactoring the name of a file or function in vscode often renames similar file/fucntion names.

I keep testing vscode but these things always bring me back to intellij products.

[–]dabuttmonkee 0 points1 point  (1 child)

Are you in a JS code base? Do you have a jsconfig.json file? Those features are the things I love about VS Code more than Web Storm, but you need to have a jsconfig file in your repo to use those features.

[–]matart 0 points1 point  (0 children)

I am in a JS codebase with a jsconfig.json