spell_checking.md: RuntimeDictionaryProvider EP name

This commit is contained in:
Yann Cébron 2023-02-28 12:51:05 +01:00
parent 93f5b77b34
commit 1d89ce6bc0

View File

@ -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)