0
votes
Favorite Eclipse keyboard shortcuts
ALT + SHIFT + X then press T - Run a test
ALT + SHIFT + Z - surround with try/catch context menu
CTRL + SHIFT + O - organize java imports
CTRL + SHIFT + T - open type
…
0
votes
Why does Eclipse code completion not work on some projects?
I had a problem that build path was empty, so no code completion for any of the files i tried to edit. Make sure you setup properly your build path, especially if you're linking the source from som …
