mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
additional_minor_features.md: TODO Additional places
This commit is contained in:
parent
012170818c
commit
c7e6d892ee
@ -1,7 +1,7 @@
|
||||
# Additional Minor Features
|
||||
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
# Additional Minor Features
|
||||
|
||||
<link-summary>Additional minor features for custom languages.</link-summary>
|
||||
|
||||
A number of minor features are listed in the following format:
|
||||
@ -89,9 +89,13 @@ EP: `com.intellij.highlightUsagesHandlerFactory`
|
||||
|
||||
### TODO View
|
||||
|
||||
EP: n/a
|
||||
[`ParserDefinition.getCommentTokens()`](%gh-ic%/platform/core-api/src/com/intellij/lang/ParserDefinition.java) must return the set of tokens treated as comments to populate the *TODO* tool window.
|
||||
|
||||
[`ParserDefinition.getCommentTokens()`](%gh-ic%/platform/core-api/src/com/intellij/lang/ParserDefinition.java) must return the set of tokens treated as comments to populate the *TODO* window.
|
||||
#### Additional places
|
||||
|
||||
EP: `com.intellij.indexPatternSearch`
|
||||
|
||||
Additional places can be provided via [`IndexPatternSearch`](%gh-ic%/platform/indexing-api/src/com/intellij/psi/search/searches/IndexPatternSearch.java) registered in `com.intellij.indexPatternSearch` extension point.
|
||||
|
||||
### Context Info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user