plugin_dependencies.md: add css, markdown and maven plugins to the popular bundled plugins list

This commit is contained in:
Karol Lewandowski 2022-03-25 13:58:56 +01:00
parent 2c9154047a
commit 07770a24ca

View File

@ -46,11 +46,14 @@ The following table lists some commonly used bundled plugins and their ID.
See also [](extension_point_list.md#intellij-community-plugins) and [](plugin_compatibility.md#modules-specific-to-functionality).
| Plugin Name | Plugin ID |
|---------------------------|--------------------------|
| Java | `com.intellij.java` |
| Kotlin | `org.jetbrains.kotlin` |
|---------------------------|---------------------------------|
| Copyright | `com.intellij.copyright` |
| CSS | `com.intellij.css` |
| Java | `com.intellij.java` |
| JavaScript and TypeScript | `JavaScript` |
| Kotlin | `org.jetbrains.kotlin` |
| Markdown | `org.intellij.plugins.markdown` |
| Maven | `org.jetbrains.idea.maven` |
### Preparing Sandbox