Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I trigger suggestion(s) in VSCode in Catalina?

This tells me that I could use ⌃ + Space combination in order to display suggestions for my code. However, ctrl + Space ( ^ key is ctrl as far as I know) only seems to change the input language keyboard in my system. Nothing else seems to work.

like image 549
Alex Jacobson Avatar asked Nov 28 '22 21:11

Alex Jacobson


1 Answers

Try Option + Escape, on mac.

The mac keyboard shortcut ctrl + space for switching input sources overrides the VSCode one. Because of this, VSCode added a new keybinding just for mac, Option + Escape

This is actually called intellisense, and the new keyboard shortcut was added in the November 2019 update.

like image 141
Ben Butterworth Avatar answered Jan 15 '23 04:01

Ben Butterworth