Good morning everyone!)
I'am here to ask some question...
In my team for internal purposes we need to create plugin which will add WebDAV protocol to webDeployment plugin of IntelliJ IDEA Ultimate
But after some debugging and searching code of it, i found that protocols are hard-coded as enum.
So question is can I write plugin which will modify bytecode of another plugin on loading.
Also I want to make my plugin Apache 2 Licensed. So may be another option to workaround this problem. (Not one with folder mounting. Yup)
Also I found
https://youtrack.jetbrains.com/issue/WI-1521