mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Add JSON plugin ID to the IDs of bundled plugins
This commit is contained in:
parent
e91606b318
commit
a0a71c66c4
@ -82,22 +82,23 @@ 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) |
|
||||
| Gradle | `com.intellij.gradle` | |
|
||||
| Groovy | `org.intellij.groovy` | |
|
||||
| IntelliLang | `org.intellij.intelliLang` | [](language_injection.md) |
|
||||
| Java | `com.intellij.java` | [](idea.md#java) |
|
||||
| JavaScript and TypeScript | `JavaScript` | [](webstorm.md) |
|
||||
| Kotlin | `org.jetbrains.kotlin` | [](idea.md#kotlin) |
|
||||
| Markdown | `org.intellij.plugins.markdown` | |
|
||||
| Maven | `org.jetbrains.idea.maven` | |
|
||||
| Spring | `com.intellij.spring` | [](spring_api.md) |
|
||||
| Spring Boot | `com.intellij.spring.boot` | [](spring_api.md#spring-boot) |
|
||||
| YAML | `org.jetbrains.plugins.yaml` | |
|
||||
| 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) |
|
||||
| Gradle | `com.intellij.gradle` | |
|
||||
| Groovy | `org.intellij.groovy` | |
|
||||
| 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` | |
|
||||
| Spring | `com.intellij.spring` | [](spring_api.md) |
|
||||
| Spring Boot | `com.intellij.spring.boot` | [](spring_api.md#spring-boot) |
|
||||
| YAML | `org.jetbrains.plugins.yaml` | |
|
||||
|
||||
### Preparing Sandbox
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user