Webinar Recording – Live Coding an IntelliJ IDEA Plugin from Scratch (Part 2)
The recording of our January 22nd webinar, Live Coding an IntelliJ IDEA Plugin from Scratch (Part 2), is now available on JetBrains.tv and YouTube. In part 1, we were building a tool for generating the implementations of the comparable interface using the Google Guava library. In this second part we pickup where we left off and focus on testing our plugin code.
http://www.youtube.com/watch?v=s_cCB2R5_1k&feature=youtu.be
In Live Coding an IntelliJ IDEA Plugin from Scratch (Part 2) we will:
- Test our example plugin using our testing framework;
- Manage dependencies using our project model APIs;
- Show how to write inspections (code analysis) and intentions (quick fixes).
For future sessions, we invite and welcome your thoughts, comments, and suggestions right here on our blog.
Additional Resources
- Live Coding an IntelliJ IDEA Plugin from Scratch (Part 1)
- Testing IntelliJ IDEA Plugins
- IntelliJ IDEA User Interface Components
- How to Write Custom Language Support
Whether you are a seasoned plugin developer or a newbie, we recommend bookmarking IntelliJ IDEA Plugin Development Documentation and Open API and Plugin Development discussion forum.
WarnerJan Veldhuis says:
February 4, 2013The screencast runs up to 33:45, but it appears that it is not complete.
Robert Demmer says:
February 5, 2013@WarnerJan, the full version of the video has been added. Sorry for the problem and thank you for letting us know.
Robert Demmer says:
February 4, 2013WarnerJan, thank you for pointing this out. We will get it fixed asap.
daniel says:
August 26, 2013Is the demo code available somewhere?
Robert Demmer says:
August 26, 2013@daniel, You can probably pick this up by watching the URLs during the examples and looking here and here.