Modify the custom keyboard shortcut of visual studio code

Many IDEs, such as Eclipse and Visual Studio Code’s Auto Completion Intellisense shortcut key, use Ctrl + Space, which conflicts with Chinese developers’ cases of switching Chinese and English input methods, which is very annoying.
How to toggle IntelliSense shortcut key definitions in Visual Studio Code:
File-> Preferences-> Settings Enter the Settings menu:

Go to the Trigger Suggest’s original button Settings: Ctrl + Space

I changed it to a different combination: Ctrl + L

Now press Ctrl + L to trigger the autocomplete function, which will no longer interfere with the Chinese/English input method.

For more Jerry’s original articles, please follow the official account Wang Zixi :

Read More: