diff --git a/topics/reference_guide/custom_language_support/documentation.md b/topics/reference_guide/custom_language_support/documentation.md index e9bc942d2..19f2d6dbb 100644 --- a/topics/reference_guide/custom_language_support/documentation.md +++ b/topics/reference_guide/custom_language_support/documentation.md @@ -1,4 +1,4 @@ - + # Documentation @@ -87,7 +87,7 @@ before, then `computeDocumentation()` should do the work that was formerly done In addition to showing the documentation, the `computeDocumentationHint()` method returns the text to be displayed when the user hovers over an element with Ctrl/Cmd pressed or when Settings | Editor | Code Editing | Show quick documentation on hover is enabled. -In the old framework, this method was called `DocumentationProvider.getQuickNavigateInfo()`. +In the old API, this method was called `DocumentationProvider.getQuickNavigateInfo()`. The `createPointer()` method manages instance restoration and ensures access to the entity across different read actions. When implementing the `createPointer()` method, it is essential to handle invalidated PSI elements.