clean_architecture_plugin icon indicating copy to clipboard operation
clean_architecture_plugin copied to clipboard

Option to not use underscores in folder names?

Open hacker1024 opened this issue 5 years ago • 2 comments

  • I'm submitting a ...

    • [ ] bug report
    • [x] feature request
    • [ ] support request
  • What is the current behavior? Hi! Reso Coder uses names like datasources and usecases, while this plugin uses names like data_sources and use_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

hacker1024 avatar Oct 11 '20 11:10 hacker1024

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.

Tyxz avatar Oct 15 '20 20:10 Tyxz

Great! Thanks for your efforts.

hacker1024 avatar Oct 15 '20 22:10 hacker1024