반응형

안드로이드 스튜디오에서 정말 자주 사용하는 기능 중 하나인데

VS Code에는 설정이 되어 있지 않아서, 단축키에 설정하는 법을 기록해둠

 

툴자체적으로는 적용이 안됨

단축키 설정 json 파일을 열어서 편집해야 함

위치 : %appdata%\Code\User

파일명 : keybindings.json

 

위의 파일을 열어서 제일 아래 추가를 한다

   {
        "key": "shift shift",
        "command": "workbench.action.quickOpen"
    }

 

참고 링크

Visual Studio Code February 2021

 

Visual Studio Code February 2021

Learn what is new in the Visual Studio Code February 2021 Release (1.54)

code.visualstudio.com

 

반응형

+ Recent posts