mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Types of plugins: table of contents
This commit is contained in:
parent
632433441a
commit
4e50524340
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user