We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcac10d + 8754210 commit 0f0c01eCopy full SHA for 0f0c01e
_specifications/specification-3-17.md
@@ -4747,8 +4747,8 @@ export interface CompletionItem {
4747
* existing text with a completion text. Since this can usually not be
4748
* predetermined by a server it can report both ranges. Clients need to
4749
* signal support for `InsertReplaceEdits` via the
4750
- * `textDocument.completion.insertReplaceSupport` client capability
4751
- * property.
+ * `textDocument.completion.completionItem.insertReplaceSupport` client
+ * capability property.
4752
*
4753
* *Note 1:* The text edit's range as well as both ranges from an insert
4754
* replace edit must be a [single line] and they must contain the position
0 commit comments