Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

ctrl-space is not working :(

share|improve this question

3 Answers

up vote 11 down vote accepted

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

share|improve this answer
Many thanks. I have installed Dreamweaver 5.5 the the Zend Studio and Komodo IDE and same problem in all of them. Then I understood it's might be a Mac keyboard shortcut but since I use VMWare I didn't knew that the spotlight is opened at the background. – user1043909 Nov 13 '11 at 6:29
Might be better to change Eclipse's shortcut than Mac's. And btw, Eclipse Mac is by defaut Ctrl+. (control+dot). – vinyll Jun 6 '12 at 10:45

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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.