Using vscode, i am driven crazy by annoying pop hint every time when i hit Space key, How to solve this problem?

Viewed 485

i am driven crazy by annoying pop hint every time when I hit Space key. As shown below:

intelliSense hint window show when Space key stroke

Now, how to find out which extension or pop snippet hint is causing the issue when I hit space key and which one to disable it ?

3 Answers

There are two ways to solve this issue.

Method 1:

In VSCODE. click File > preferences > keyboard shortcuts and search for space you could see space might be wrongly assigned to some intelli sense. Click on that particular keyboard shortcut. Double click the stroke and change the shortcut.

enter image description here

Method 2:

Very expensive way.

Disable all extensions first and try the space keystroke then try enabling one by one. You will definitely find the culprit.

Hope it helps

It drives me crazy too. I just turned off Editor: Suggest On Trigger Characters and it seems to be working for me!

Related