mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
menu path cleanups
This commit is contained in:
parent
b643727c54
commit
10274ff65e
@ -49,7 +49,7 @@ In the following sections, we'll discuss these three options in more detail.
|
|||||||
## IntelliLang
|
## IntelliLang
|
||||||
|
|
||||||
First, please read the available [documentation](https://www.jetbrains.com/help/idea/language-injections-settings.html) on IntelliLang.
|
First, please read the available [documentation](https://www.jetbrains.com/help/idea/language-injections-settings.html) on IntelliLang.
|
||||||
A good point to start with is to inspect available language injections that you can find in the IntelliLang settings under <menupath>Settings | Editor | Language Injections</menupath>.
|
A good point to start with is to inspect available language injections that you can find in the IntelliLang settings under <menupath>Settings/Preferences | Editor | Language Injections</menupath>.
|
||||||
The injections shown are configured through XML files and loaded automatically.
|
The injections shown are configured through XML files and loaded automatically.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
@ -127,7 +127,7 @@ Implicit in using [`LocalInspectionTool`](upsource:///platform/analysis-api/src/
|
|||||||
|
|
||||||
> To open related [settings](settings.md) directly from the inspection description, add a link with `settings://$CONFIGURABLE_ID$`, optionally followed by `?$SEARCH_STRING$` to pre-select UI element:
|
> To open related [settings](settings.md) directly from the inspection description, add a link with `settings://$CONFIGURABLE_ID$`, optionally followed by `?$SEARCH_STRING$` to pre-select UI element:
|
||||||
>
|
>
|
||||||
> `See <em>Includes</em> tab in <a href="settings://fileTemplates">Settings | Editor | File and Code Templates</a> to configure.`
|
> `See <em>Includes</em> tab in <a href="settings://fileTemplates">Settings/Preferences | Editor | File and Code Templates</a> to configure.`
|
||||||
>
|
>
|
||||||
{type="tip"}
|
{type="tip"}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user