mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Add JSON plugin ID to the IDs of bundled plugins
This commit is contained in:
parent
e91606b318
commit
a0a71c66c4
@ -83,7 +83,7 @@ See also [](plugin_compatibility.md#modules-specific-to-functionality).
|
||||
<!-- please do not add more entries unless it's clearly a popular plugin -->
|
||||
|
||||
| Plugin Name | Plugin ID | Related Documentation |
|
||||
|---------------------------|---------------------------------|-------------------------------|
|
||||
|---------------------------|---------------------------------|----------------------------------------------------------------------------------|
|
||||
| Copyright | `com.intellij.copyright` | |
|
||||
| CSS | `com.intellij.css` | [](webstorm.md) |
|
||||
| Database Tools and SQL | `com.intellij.database` | [](data_grip.md) |
|
||||
@ -92,6 +92,7 @@ See also [](plugin_compatibility.md#modules-specific-to-functionality).
|
||||
| IntelliLang | `org.intellij.intelliLang` | [](language_injection.md) |
|
||||
| Java | `com.intellij.java` | [](idea.md#java) |
|
||||
| JavaScript and TypeScript | `JavaScript` | [](webstorm.md) |
|
||||
| JSON | `com.intellij.modules.json` | [JSON plugin introduction notes](api_changes_list_2024.md#json-plugin-new-20243) |
|
||||
| Kotlin | `org.jetbrains.kotlin` | [](idea.md#kotlin) |
|
||||
| Markdown | `org.intellij.plugins.markdown` | |
|
||||
| Maven | `org.jetbrains.idea.maven` | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user