jhipster / prettier-java

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

Support for require-pragma option #573

Closed yannick-paz closed 1 year ago

yannick-paz commented 1 year ago

Judging by this function, there is currently no support for the require-pragma Prettier option. This is an issue for larger codebases where adoption cannot be incremental. It seems like low-hanging fruit seeing as it's been resolved with a fairly straightforward regex for other languages (see HTML, YAML and GraphQL)

clementdessoude commented 1 year ago

Closing this issue as @yannick-paz resolved it in #574 :)