mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
spell_checking.md: RuntimeDictionaryProvider EP name
This commit is contained in:
parent
93f5b77b34
commit
1d89ce6bc0
@ -106,6 +106,7 @@ register it with the `com.intellij.spellchecker.bundledDictionaryProvider` exten
|
||||
|
||||
[`RuntimeDictionaryProvider`](%gh-ic%/spellchecker/src/com/intellij/spellchecker/dictionary/RuntimeDictionaryProvider.java)
|
||||
allows providing (dynamic) dictionaries generated at runtime, e.g., downloaded from a server, created from project sources on-the-fly, etc.
|
||||
Register in `com.intellij.spellchecker.dictionary.runtimeDictionaryProvider` extension point.
|
||||
|
||||
**Example**
|
||||
[`PyPackagesDictionary`](%gh-ic%/python/src/com/jetbrains/python/packaging/PyPackagesDictionary.kt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user