Text Editor Tips and Tricks

Eclipse has many powerful features that can save developers a lot of time, compared to other text editors:

Templates Tips and Tricks

Eclipse Templates create a shortcut system to increase developer workflow. Templates can be customized to allow custom shortcuts and custom scripts. Templates work by typing key words (such as “constructor”) and hitting ctrl-enter to get a list of available shortcuts for that command word.

For an example of the power of Eclipse templates, complete the sequence below:

Using Eclipse templates, a developer can quickly create shortcuts to accomplish repetitive coding tasks.