Home > Article > Development Tools > How to switch code prompt shortcut keys in vscode
Background
There are code prompts when typing! Sometimes I accidentally press the wrong prompt and it disappears! But there are no shortcut keys!
Solution
Actually there are shortcut keys! It’s just that the VSCode shortcut key is Ctrl space
, which conflicts with the default settings of the windows system! So you can’t call it out even if you press it! Just need to modify it.
First click [File], [Preferences], [Keyboard Shortcuts], and the shortcut key interface will open.
Enter Ctrl space to find the line that triggers the suggestion! to modify!
Note: Click the pencil icon on the far left to modify the channel! But it will only be displayed when the mouse is placed on it!
Call up the interface below! Directly enter the shortcut key method you want to set on the keyboard! Then press enter!
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to switch code prompt shortcut keys in vscode. For more information, please follow other related articles on the PHP Chinese website!