Eclipse

ALT + SHIFT + A Enable or disable block select mode

CTRL + 3 Search for actions

CTRL + ALT + H Open Hierarchy of a method

ALT + SHIFT + O Fix hightlight stop working

CTRL + _ Split Window

Disable formatting for a fragment of code

// @formatter:off
. . . 
// @formatter:on

Disable insert variable in parameters:

Java>Editor>Content Assist>[ ] Insert single proposals automatically; [ ] Fill method arguments and show guessed arguments

Fix auto-completion

Java>Editor>Content Assist>>Advanced>[x] Java Proposals; [ ] Java Type...; [ ] Java Non-Type...

Tags java

Back