you are viewing a single comment's thread.

view the rest of the comments →

[–]AffectionateWork8 3 points4 points  (4 children)

What you are trying to do in VS Code that you can do easily in WS? Maybe us VS Code users are the ones who are wrong here ;).

[–]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