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 

댓글

이 블로그의 인기 게시물

mongoDB admin 권한 설정방법 How to enable access control for mongo DB

Install pm2 via yarn globally

Install node and yarn on Linux