This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rather than just inserting text for completions, use textEdit to insert text which replaces the entire identifier, including text after the cursor. Does not remove insertText, so that LSP clients without textEdit support can fall-back to the old behaviour -- otherwise, insertText should be ignored.
- Loading branch information