Visual Studio Code How to find a file by file name on Macbook
Visual Studio Code How to find a file by file name on Macbook command + p append : to go to line or @ to go to symbol ex) app.js:50 // go to line 50 in app.js file ex) app.js@path // go to symbol path in app.js file