DEV Community

Discussion on: VS Code misses an important WebStorm feature

 
mokkapps profile image
Michael Hoffmann

Yes, but VS Code cannot show unused public methods in classes but WebStorm can

Thread Thread
 
akashkava profile image
Akash Kava

Can you give me an example with code?

Thread Thread
 
hakimio profile image
Tomas Rimkus

Webstorm looks if public method is used within other classes in your project or in some HTML template (ie Angular). If the method is not used anywhere in the project, it gives you a warning.
I guess VS Code, doesn't have a "project" concept as such.