voidzero-dev / voidzero-dev/vite-plus

Extension Pack for IntelliJ

オープン
#919 コメント 0 件 リアクション 8 件 担当者 1 名 @leaysgur が担当を希望しています GitHub で見る
help wanted
主要言語
Rust
スター
5.8k
フォーク
262
平均マージ
23時間 41分
マージ済み PR(30日)
138

説明

### Description

Coming from https://discord.com/channels/1079625926024900739/1429522693190979685/1482723054143672341

We already created a VSCode extension which include `oxc.oxc-vscode` and `vitest.explorer` VSCode extension.
https://github.com/voidzero-dev/vite-plus-extension-pack

The same extension pack is missing for IntelliJ/JetBrains Editors.

### Suggested solution

Asked ChatGPT if there is a concept like VS Code `extensionPack` for IntelliJ.

#### 1. Create a normal IntelliJ plugin

You can create it using the IntelliJ Platform Gradle Plugin or the plugin template.

Typical structure:
````
my-meta-plugin/
├─ build.gradle.kts
├─ settings.gradle.kts
└─ src/main/resources/META-INF/plugin.xml
````
#### 2. Declare plugin dependencies in plugin.xml

Add the plugins you want to bundle as required dependencies:
````

com.example.my-plugin-pack
My Plugin Pack
Me


org.intellij.plugins.markdown
com.jetbrains.rust

````
When users install your plugin:

IntelliJ checks whether these plugins are installed

If not, it automatically installs them

So your plugin acts like a plugin pack.

### Alternative

_No response_

### Additional context

_No response_

### Validations

- [x] Read the [Contributing Guidelines](https://github.com/voidzero-dev/vite-plus/blob/main/CONTRIBUTING.md).
- [x] Confirm this request is for Vite+ itself and not for Vite, Vitest, tsdown, Rolldown, or Oxc.
- [x] Check that there isn't already an issue requesting the same feature.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。