Tag: How-to

Description: In this webinar JetBrains CTO, Dmitry Jemerov, builds an IntelliJ IDEA plugin from scratch and discuss the ins and outs of plugin development. The demo code can be found here: https://github.com/yole/comparisonChainGen

Screencast: Using Local History for code changes tracking. This functionality is available in IntelliJ Idea, PyCharm, WebStorm, PhpStorm, RubyMine, AppCode.

Full blog post at http://blog.jetbrains.com/webide/2012/10/using-local-history-for-code-changes-tracking/

Screencast: How to use TODO comments in your projects. This functionality is available in IntelliJ Idea, PyCharm, WebStorm, PhpStorm, RubyMine, AppCode.

Full blog post at http://blog.jetbrains.com/webide/2012/10/managing-todo/

MPS basics - intentions and AST manipulation

MPS basics - types and scopes of references

Tracking YouTrack - a practical hands-on guide on issue juggling

Tracking YouTrack - a practical hands-on guide on searches

MPS basics - enhancing the language of constants

MPS basics - creating your first language

Aspects of language definition - Generator