Mohit H
Mohit H

Reputation: 959

Ctrl+Space doesn’t work in NetBeans

Ctrl+Space doesn’t work in NetBeans 8.0 , i have tried clearing the cache located in Netbeans 8 directoyr but it didnt help , also there is no .netbeans forlder rather .nbi folder. Please help i need to turn this auto complete/import thing on.

Upvotes: 1

Views: 6205

Answers (1)

WillShackleford
WillShackleford

Reputation: 7018

I had what seemed like a similar issue, in my case another program was stealing the "Cntr+SPACE" combo, by registering a global short-cut in Windows.

You could test this by going to Tools -> Options -> Keymap, search for "Show Code Completion Popup".

If it is not assigned to Cntrl + Space , set it to Cntrl + Space and see if that fixes it. If it is already assigned to Cntr + Space, assign it to something else and see if the newly assigned shortcut works.

Upvotes: 2

Related Questions