clean_architecture_plugin
clean_architecture_plugin copied to clipboard
Option to not use underscores in folder names?
-
I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] support request
-
What is the current behavior? Hi! Reso Coder uses names like
datasourcesandusecases, while this plugin uses names likedata_sourcesanduse_cases. -
What is the expected behavior? Could there be an option to choose the naming sceme?
-
What is the motivation / use case for changing the behavior? I (and probaby others) prefer the former style.
-
Please tell us about your environment:
- Version: v1.1.0
- Platform: IntelliJ IDEA 2020.3 EAP (Ultimate Edition) build #IU-203.4449.2
- Subsystem: IU
Hi thanks for the feedback.
To be honest, I found it weird that Reso writes those names in this style, but I can understand, that one is used to this and likes it where I am not. So I looked into a way to let you set custom names, but this is not a trivial matter. I made some progress with serializing custom folder names and implemented a bloc generation on the way, but the UI, to define custom names, is still an issue and I lack the time right now to look further into this.
I will come back to it, when I have more time in the near future.
Great! Thanks for your efforts.