dbj44
dbj44

Reputation: 1998

Get all code completion options on WebStorm

This page suggests by pressing Control + Space I should get a complete list of code completion options.

If I type a letter I do see the code completion options for that letter, but Control + Space on a Mac toggles the keyboard language. What am I doing wrong?

Upvotes: 0

Views: 252

Answers (1)

lena
lena

Reputation: 93888

As you have Ctrl+space bound to input switching in OSX preferences, you have to re-bind either the OS shortcut or the IDE one to avoid conflicts; for example, you can assign Cmd+space to Main Menu | Code | Code Completion | Basic action in Preferences | Keymap and use Cmd+space to trigger code completion

Upvotes: 1

Related Questions