Replies: 2 comments 1 reply
-
Also allowing placeholder override per mapping can be another help, Not trying to do wholesale changes in existing code, just trying if some small tweaks can provide required output... Also I feel getting handlers based on file extension is a bit coupled behaviour, ie. As a user I may want to just use PlainTextHandler for any type of file for placeholder purpose only, I suggest to give type field priority over extension and user should able to pass type as txt even if file is .java file. Example config that I am using currently to achieve above -
|
Beta Was this translation helpful? Give feedback.
-
@PeppeTwer @Luiz-Micci |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all this plugin is Awesome.
I am trying this plugin locally with a project (Java, Gradle, MakeFile, Yml) , Most of the case are getting covered by plugin but it doesn't support files like ( build.gradle, Makefile, .sh , readme.md), So I decided to extend it a bit.
I have added two use cases -
Please share your thoughts if this seems a good idea, it would certainly increase adoption since it will cover most of the cases (obviously not very clean way for now) ...
Beta Was this translation helpful? Give feedback.
All reactions