tags:

views:

377

answers:

3

How can insert code template in eclipse on mac os x?

ctrl-space is not working :(

A: 

Did you try cmd+space and option+space? Also you should be able to change this key sequence by going to Eclipse > Preferences > General > Keys

prodigitalson
+2  A: 

The Ctrl + space or + space can be intercepted by Spotlight (depending on its configuration)

Go into:

System Preferences -> Spotlight

At the bottom, change the Spotlight menu shortcut (Ctrl+Espace) in any other shortcut like:

(cmd) ⌘ + Ctrl + espace

alt text

VonC
A: 

If you have emacs-bindings set up in eclipse, then the key is "option-/", not ctrl-space.

Jose M Vidal