From 4e5052434085750ad45afffff0099bfc0dc17db9 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 2 Dec 2014 14:09:29 +0100 Subject: [PATCH] Types of plugins: table of contents --- tutorials/types_of_plugins.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/tutorials/types_of_plugins.md b/tutorials/types_of_plugins.md index 6a5bc27ce..c10fda5a8 100644 --- a/tutorials/types_of_plugins.md +++ b/tutorials/types_of_plugins.md @@ -1,3 +1,19 @@ -Main types of IntelliJ CE +Main types of IntelliJ IDEA plugins ========= +IntelliJ IDEA can be modified and adjusted for particular purposes by adding plugins. +All the plugins which are already available for download can be found at [JetBrains Plugin Repository] (https://plugins.jetbrains.com/). +Most commonly used types of plugins are: +----- +* Custom language support +* Framework integration +* Tools integration +* User interface add-ons +The majority of already existing plugins are complex, so they combine multiple function, but generally these types can be marked out + +#Custom language support +#Framework integration +#Tools integration +#User interface add-ons + +