remove/update references to Rust plugin

This commit is contained in:
Yann Cébron 2024-10-30 12:17:41 +01:00
parent e61704135d
commit e5bc790035
5 changed files with 2 additions and 13 deletions

View File

@ -322,7 +322,7 @@ Acceptable values
- `RD` - [Rider](rider.md)
- `GO` - [GoLand](goland.md)
- `AI` - [Android Studio](android_studio.md)
- `RR` - [Rust Rover](https://plugins.jetbrains.com/plugin/22407-rust/edit)
- `RR` - [Rust Rover](https://www.jetbrains.com/rust/)
- `JPS` - JPS-only
- `GW` - Gateway

View File

@ -11,9 +11,6 @@ One of its features is the possibility of filtering the plugins by those that ut
As examples of using this plugin, you can also check out the following projects:
- [Erlang plugin](https://github.com/ignatov/intellij-erlang) and its [TeamCity build configuration](https://teamcity.jetbrains.com/project.html?projectId=IntellijIdeaPlugins_Erlang&tab=projectOverview)
- [Rust plugin](https://github.com/intellij-rust/intellij-rust)
- Fully written in Kotlin
- Uses [Grammar-Kit]
- [Perl5 plugin](https://github.com/hurricup/Perl5-IDEA)
- [Bamboo Soy plugin](https://github.com/google/bamboo-soy) and its [Travis configuration file](https://github.com/google/bamboo-soy/blob/master/.travis.yml)
- [AceJump plugin](https://github.com/johnlindquist/AceJump)

View File

@ -271,7 +271,6 @@ Default
* [CSV Editor](https://github.com/SeeSharpSoft/intellij-csv-validator/blob/main/build.gradle.kts)
* [Perl5 plugin](https://github.com/Camelcade/Perl5-IDEA/blob/master/plugin/core/build.gradle.kts)
* [Rust plugin](https://github.com/intellij-rust/intellij-rust/blob/master/build.gradle.kts)
* [Bamboo Soy plugin](https://github.com/google/bamboo-soy/blob/master/build.gradle)
## Links

View File

@ -107,11 +107,5 @@ Existing, moderately complex, implementations of `ParameterInfoHandler` in the I
* [`XPathParameterInfoHandler`](%gh-ic%/plugins/xpath/xpath-lang/src/org/intellij/lang/xpath/XPathParameterInfoHandler.java)
* [`XmlParameterInfoHandler`](%gh-ic%/xml/impl/src/com/intellij/codeInsight/hint/api/impls/XmlParameterInfoHandler.java)
Implementations of 3rd party plugins can be discovered using the
Implementations of third party plugins can be discovered using the
[IntelliJ Platform Explorer](https://plugins.jetbrains.com/intellij-platform-explorer?extensions=com.intellij.codeInsight.parameterInfo).
Two examples are:
* [RsParameterInfoHandler](https://github.com/intellij-rust/intellij-rust/blob/93853e33261174399babb10e43a3aff133f0a5ef/src/main/kotlin/org/rust/ide/hints/parameter/RsParameterInfoHandler.kt)
of the Rust plugin.
* [LatexParameterInfoHandler](https://github.com/Hannah-Sten/TeXiFy-IDEA/blob/655644b217e3954ae1286d7070a9357f2748f6a6/src/nl/hannahsten/texifyidea/documentation/LatexParameterInfoHandler.kt)
of the TeXiFy plugin.

View File

@ -268,4 +268,3 @@ For a readily available source of up-to-date examples of plugins implemented in
* [TeXiFy IDEA](https://github.com/Hannah-Sten/TeXiFy-IDEA)
* [Deno](%gh-ij-plugins%/Deno)
* [Rust](https://github.com/intellij-rust/intellij-rust)