use %gh-ij-plugins% in links

This commit is contained in:
Yann Cébron 2023-04-04 16:18:41 +02:00
parent 756521cea7
commit b90c6dd751
4 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ Sometimes it also includes language support elements for a custom syntax or DSL.
* Specific code insight * Specific code insight
* Direct access to framework-specific functionality * Direct access to framework-specific functionality
Refer to the [Struts 2 plugin](https://github.com/JetBrains/intellij-plugins/tree/master/struts2) as an example of framework integration. Refer to the [Struts 2 plugin](%gh-ij-plugins%/struts2) as an example of framework integration.
More reference plugins can be found on [JetBrains Marketplace](https://plugins.jetbrains.com/search?orderBy=update%20date&shouldHaveSource=true&tags=Framework). More reference plugins can be found on [JetBrains Marketplace](https://plugins.jetbrains.com/search?orderBy=update%20date&shouldHaveSource=true&tags=Framework).
## Tool Integration ## Tool Integration

View File

@ -1,6 +1,6 @@
# Code Completion # Code Completion
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<link-summary>Implementing context-aware code completion in custom languages.</link-summary> <link-summary>Implementing context-aware code completion in custom languages.</link-summary>
@ -49,7 +49,7 @@ Keep in mind that the pattern is checked against the leaf PSI element.
If you want to match a composite element, use `withParent()` or `withSuperParent()` methods. If you want to match a composite element, use `withParent()` or `withSuperParent()` methods.
**Examples**: **Examples**:
- [`CompletionContributor`](https://github.com/JetBrains/intellij-plugins/blob/master/osmorc/src/org/osmorc/manifest/completion/OsgiManifestCompletionContributor.java) for completing keywords in MANIFEST.MF files. - [`CompletionContributor`](%gh-ij-plugins%/osmorc/src/org/osmorc/manifest/completion/OsgiManifestCompletionContributor.java) for completing keywords in MANIFEST.MF files.
- [Custom Language Support Tutorial: Completion Contributor](completion_contributor.md) - [Custom Language Support Tutorial: Completion Contributor](completion_contributor.md)
### Lookup Items ### Lookup Items

View File

@ -855,6 +855,6 @@ The following bundled open-source plugins make (heavy) use of DOM:
- [Ant](%gh-ic%/plugins/ant) - [Ant](%gh-ic%/plugins/ant)
- [Plugin DevKit](%gh-ic%/plugins/devkit/devkit-core) - [Plugin DevKit](%gh-ic%/plugins/devkit/devkit-core)
- [Maven](%gh-ic%/plugins/maven) - [Maven](%gh-ic%/plugins/maven)
- [Struts 2](https://github.com/JetBrains/intellij-plugins/tree/master/struts2) (Ultimate Edition) - [Struts 2](%gh-ij-plugins%/struts2) (Ultimate Edition)
Explore 3rd party plugins using DOM on [IntelliJ Platform Explorer](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData). Explore 3rd party plugins using DOM on [IntelliJ Platform Explorer](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData).

View File

@ -164,4 +164,4 @@ For a readily available source of up-to-date examples of plugins implemented in
* [Presentation Assistant](https://github.com/chashnikov/IntelliJ-presentation-assistant) * [Presentation Assistant](https://github.com/chashnikov/IntelliJ-presentation-assistant)
* [Rust](https://github.com/intellij-rust/intellij-rust) * [Rust](https://github.com/intellij-rust/intellij-rust)
* [TeXiFy IDEA](https://github.com/Hannah-Sten/TeXiFy-IDEA) * [TeXiFy IDEA](https://github.com/Hannah-Sten/TeXiFy-IDEA)
* [Deno](https://github.com/JetBrains/intellij-plugins/tree/master/Deno) * [Deno](%gh-ij-plugins%/Deno)