As many developers, I'm using one of the most common java formatters: the google-java-format. As many others do, this adds a space between the beginning of a comment and the text.
//comment -> // comment
If you use this with IntelliJsActions on Save, this will format your code instantly after each save.
Selfie has a feature that enables an update if you type //selfieonce anywhere in the code.
This feature breaks if you use above mentioned workflow. Can you please make sure that selfie also updates if there is a space between the beginning of the comment and the text?
I hope its not too much to ask.
As many developers, I'm using one of the most common java formatters: the
google-java-format. As many others do, this adds a space between the beginning of a comment and the text.//comment->// commentIf you use this with IntelliJs
Actions on Save, this will format your code instantly after each save.Selfie has a feature that enables an update if you type
//selfieonceanywhere in the code.This feature breaks if you use above mentioned workflow. Can you please make sure that selfie also updates if there is a space between the beginning of the comment and the text?
I hope its not too much to ask.