mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
use %gh-ij-plugins% in links
This commit is contained in:
parent
756521cea7
commit
b90c6dd751
@ -42,7 +42,7 @@ Sometimes it also includes language support elements for a custom syntax or DSL.
|
||||
* Specific code insight
|
||||
* 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).
|
||||
|
||||
## Tool Integration
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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>
|
||||
|
||||
@ -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.
|
||||
|
||||
**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)
|
||||
|
||||
### Lookup Items
|
||||
|
@ -855,6 +855,6 @@ The following bundled open-source plugins make (heavy) use of DOM:
|
||||
- [Ant](%gh-ic%/plugins/ant)
|
||||
- [Plugin DevKit](%gh-ic%/plugins/devkit/devkit-core)
|
||||
- [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).
|
||||
|
@ -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)
|
||||
* [Rust](https://github.com/intellij-rust/intellij-rust)
|
||||
* [TeXiFy IDEA](https://github.com/Hannah-Sten/TeXiFy-IDEA)
|
||||
* [Deno](https://github.com/JetBrains/intellij-plugins/tree/master/Deno)
|
||||
* [Deno](%gh-ij-plugins%/Deno)
|
||||
|
Loading…
x
Reference in New Issue
Block a user