intellij-sdk-code-samples/basics/architectural_overview.md
Anna Bulenkova 5754f38e5b broken links
2015-05-19 19:31:46 +02:00

1.2 KiB

layout title
editable Architectural Overview

The goal of this topic is to describe the architecture of IntelliJ Platform from a plugin developer's point of view. It will be organized in a task-based manner: rather than listing all the things that you can do with each object and describing how they are all implemented, it will try to answer questions "what can I do with this object", "how do I get to this object" and so on.

This topic assumes that the reader is familiar with the basic concepts of IntelliJ Platform plugin development. If you don't know anything at all about plugin development, you should start with the live demo and tutorials at http://www.jetbrains.com/idea/plugins/index.html, and then return to this document.

This topic covers the following subjects: