Code completion support in eclipse/STS/GGTS
Dear Java Friends,
I recently came across the following from Spring News and it is working well for me. Hope it is useful to you as well.
Code completion support in Eclipse and the Spring Tool Suite is aware of the camel case shortcuts. You don’t need to write NullPointerException, for example. It is enough to type in NPE and hit code completion to let it propose the right class name. This also works with lower case characters in between, so typing on “NuPoiEx” will also trigger the code completion to propose NullPointerException as class name.
No comments:
Post a Comment