I wish to write a plugin similar to the built-in documentation pane, where you can see the results for a nullege search of the object or method you have selected (same behaviour as the documentation pane) as this would make it far easier to see where you’re going wrong when starting out with a new library or framework.
I can see on the confluence page how to create a plugin project, and have tried looking at the examples on jetbrains’ github, but I have struggled to see what needs to go where in order to make it work. I’ve had a google about but there dont seem to be any easily searched resources on this topic – if anyone has done plugin development for the intelliJ platform and can give me some pointers, they’d be much appreciated.
jetbrains.org leads you to the docs & the wiki page for plugin development is quite handy.