jhipster / prettier-java

Prettier Java Plugin
http://www.jhipster.tech/prettier-java/
Apache License 2.0
1.08k stars 103 forks source link

Parser Documentation #114

Open bd82 opened 5 years ago

bd82 commented 5 years ago
NilsBaumgartner1994 commented 1 year ago

Would be also good to have some examples on how to create own visitors for Methods or Classes. Otherwise these Visitors would be great to see implemented. Also would be nice to see how to "print" the new file in order to save or overwrite it.

Also, but this may goes beyond, minimal manipulation of the CST would be great. In order to support refactorings like: "Extract Class", "Preserve whole Object", ...