eclipse auto format code example
Example 1: eclipse formatter off
// @formatter:off
...
// @formatter:on
Example 2: eclipse autocomplete
Eclipse > Preferences > Java > Editor > Content Assist
._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
Example 3: eclipse shortcut core formating
To format your whole script:
Open the required file.
Go to Source | Format Document or press Ctrl+Shift+F.