In Eclipse, what plugin/class provides the style formatting on Java code? -


as type java code in eclipse, viewer colors, emboldens, italicizes, fades, , provides styles java code type it, seen in picture:

eclipse formatting

what implementing these effects?

is eclipse plugin? can identify (and tell me how identified it)? furthermore can narrow down class?

select "peferences" eclipse menu. go java -> code style -> formatter

preferences can set @ project level.

incase planning on writing own formatting code, take @ "workspace mechanics" plugin.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -