Jan Skrasek @hrach.dev · Feb 5

Well, not so easy. The functionality is not easy to turn off in plugin.xml. :( :( :( But we have the compiled .class, right? Let's look up the source code in GitHub. Oh yes, this is it: github.com/JetBrains/an...

0 likes 1 replies

?

Replies

Jan Skrasek · Feb 5

TLDR: We need to remove these two lines from bytecode. That's not easy, right? We can decompile, easily remove, but we cannot compile back. So, bytecode manipulation it is. :( :( :( again.