FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Allow names for schemes #493

Open FWDekker opened 10 months ago

FWDekker commented 10 months ago

Once a template has loads of schemes, it becomes quite hard to see which scheme does what. Therefore, the user should be able to give names to schemes. These do not have to be unique, not amongst all schemes, nor amongst the schemes within a template. The name is of course displayed in the tree.

This may or may not be necessary if #473 is implemented, but since adding names shouldn't be a lot of trouble, I think it should be added anyway.