Blog Archives

IntelliJ plugin development – wait for indices

Writing a new tool-window for IntelliJ? If not, well, ‘sup? Nice to see you here. Good enthusiasm. When IntelliJ launches, it kicks off an almighty (depending on project size / computer condition) indexing effort. Until this effort is complete, it’s

Tagged with: , , , ,
Posted in IntelliJ

IntelliJ says Maven’s M2_HOME system property is not set

And it’s right! To be fair, IntelliJ should really set this kind of thing up for us (given that it’s really not that hard), but I guess we should allow it a quirk every so often. I’ve found I run

Tagged with: ,
Posted in IntelliJ, Java, Javascript, Technology