vscode에서 control + space 자동완성 안될때

vscode에서 코드를 작성할때 자동완성 기능 단축키로 control + space를 사용했는데 

맥 초기화 및 업데이트 이후부터 자동완성 기능이 fn + control + space를 눌러야만 동작했다.

사진처럼 vscode에 shortcuts을 확인해봐도 control + space 인데 말이다.


vscode trigger suggest


해결 방법은 아래와 같다.


1. Go to system preferences -> keyboard -> input sources

2. add a new input source (I did english ABC) 

3. Go to shortcuts tab (inside of keyboard settings)

4. Click on input sources on the left

5. disable the "select previous input source" shortcut


참고자료:

https://github.com/microsoft/vscode/issues/103855#issuecomment-671062294



 

댓글