Complement ServerConfig with "test" method. This method should verify configuration object to check if configuration is runnable. For instance, one possible thing to check is if selected port in not occupied and can be opened for listening by a plugin.
Configuration UI should feature [Test] button to invoke these checks, as many other Idea plugins do.
Complement ServerConfig with "test" method. This method should verify configuration object to check if configuration is runnable. For instance, one possible thing to check is if selected port in not occupied and can be opened for listening by a plugin.
Configuration UI should feature [Test] button to invoke these checks, as many other Idea plugins do.