DEV Community

Discussion on: Why I Switched From Visual Studio Code To JetBrains WebStorm

Collapse
 
yemsalat profile image
Konstantin • Edited

VS Code does not detect unused public methods

Aint the whole point of public method is that it can also be used by third-party code.
How can an IDE predict that this method might be used by something eventually?