mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
introduce "See also" config
This commit is contained in:
parent
d26dd2c6ae
commit
1e3ea1319f
8
c.list
Normal file
8
c.list
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
<!DOCTYPE categories SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
|
||||
<categories>
|
||||
<category id="related" name="Related topics" order="1"/>
|
||||
<category id="external" name="External resources" order="2"/>
|
||||
</categories>
|
@ -1,7 +1,7 @@
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Testing a Custom Language Plugin
|
||||
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
<link-summary>Tutorial demonstrating how to develop tests for custom language plugin features.</link-summary>
|
||||
|
||||
> Please see [](testing_plugins.md) for a general introduction.
|
||||
@ -15,14 +15,20 @@ As an example, the plugin implemented in the [Custom Language Support Tutorial](
|
||||
> Corresponding parts are linked under **Tested Functionality** on top of each page in this tutorial.
|
||||
>
|
||||
|
||||
* [](tests_prerequisites.md)
|
||||
* [](parsing_test.md)
|
||||
* [](completion_test.md)
|
||||
* [](annotator_test.md)
|
||||
* [](formatter_test.md)
|
||||
* [](rename_test.md)
|
||||
* [](folding_test.md)
|
||||
* [](find_usages_test.md)
|
||||
* [](commenter_test.md)
|
||||
* [](reference_test.md)
|
||||
* [](documentation_test.md)
|
||||
* [](tests_prerequisites.md)
|
||||
* [](parsing_test.md)
|
||||
* [](completion_test.md)
|
||||
* [](annotator_test.md)
|
||||
* [](formatter_test.md)
|
||||
* [](rename_test.md)
|
||||
* [](folding_test.md)
|
||||
* [](find_usages_test.md)
|
||||
* [](commenter_test.md)
|
||||
* [](reference_test.md)
|
||||
* [](documentation_test.md)
|
||||
|
||||
<seealso style="cards">
|
||||
<category ref="related">
|
||||
<a href="testing_plugins.md"/>
|
||||
</category>
|
||||
</seealso>
|
||||
|
@ -14,5 +14,6 @@
|
||||
<vars src="v.list" />
|
||||
<vars src="v-releases.list" />
|
||||
<snippets dir="code_samples"/>
|
||||
<categories src="c.list"/>
|
||||
<instance src="ijs.tree" keymaps-mode="none" id="intellij" web-path="/intellij/"/>
|
||||
</ihp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user