Posts Tagged ‘Webinar’

Webinar Recording. Live Coding a Plugin From Scratch. Part 2

Friday, February 1st, 2013

Thanks everyone who joined us last week and took part in the second webinar about IntelliJ IDEA plugin development. If you remember in the first webinar we were building a tool for generating implementations for Comparable interface using Guava library. In the second webinar we pickup where we left off and focus on testing plugin code using built-in framework, managing project dependencies using project model API, writing inspections and intention actions.

Please enjoy the video and share it with your friends!

Check out also the sources on GitHub and subscribe to our YouTube channel for other webinars and demos. For future sessions, we invite and welcome your thoughts, comments, and suggestions right here on our blog.

Additional Resources

Whether you are a seasoned plugin developer or a newbie, we recommend bookmarking Plugin Development Documentation and Open API and Plugin Development discussion forum.

Develop with Pleasure!

Live Coding a Plugin from Scratch Webinar. Part 2

Thursday, January 10th, 2013

Great news for those who are eager to learn more about developing IntelliJ IDEA plugins. In January you have a chance to participate in the second free webinar on developing a plugin from scratch.

The second part will cover the following topics:

  • Test our example plugin using our testing framework
  • Manage dependencies using our project model APIs
  • Show how to write inspections (code analysis), intentions (quick fixes), and saving options in the settings.

Join us Tuesday, January 22, 19:00-20:00 CET (Central European Time). Space is limited, please register now. There will be an opportunity to ask questions during the webinar.

For those who have missed the first part, the recording is available here.

About Dmitry Jemerov
Since joining JetBrains in 2003, Dmitry Jemerov has worn a lot of hats in the company. These days, in his role as the CTO, he’s focusing on the server-side tools strategy of JetBrains. He also leads the development of PyCharm, an IDE for Python and Django. Writing plugin development documentation was Dmitry’s first task when he joined the IntelliJ IDEA team back in 2005, and he’s put a lot of effort into supporting plugin developers and improving the plugin infrastructure since that time.


Develop with Pleasure!