Spelling for Java names using JDT.
The aim is to provide spelling support for words contained in the names of Java artefacts: Interfaces, Classes, Methods, ...
Splitting out the names using regular naming patters for Java names, that is usually CamelCase
for types and variables, UNDERSCORE_SEPARATED
for constants and dot.separated
for package names.
This relies heavily on org.eclipse.jdt, and currently uses internal components.
Used naming conventions:
Click on the word and press Ctrl+1 (quick fix)
You can add words to User or Ignored dictionaries which are stored in the workspace or in files specified in the preferences. Ignored words are not used for suggestions.
Local variables can also be checked, select in preferences
Drag it onto your Eclipse Main Toolbar to install! |
or use http://jdt.spelling.s3-website-us-east-1.amazonaws.com
in Help -> Install New Software ... Dialog.
Copyright (c) 2013-2014 Stuart Hendren.
Licensed under the EPL License.