nizienko / property_switcher

An Idea plugin that can toggle values in local property files. This is useful when running tests in different environments.
4 stars 2 forks source link

Consider using file listeners instead of requiring user to manually invoke the reload property switcher action #10

Open pfyod opened 9 months ago

pfyod commented 9 months ago

It's a bit awkward having to manually reload the plugin in order to update the configuration and also to load the updated values from the target propertyFiles (#8).

IDEA plugins are able listed to filesystem changes and react to them accordingly - it would be great if this plugin utilized this.