elixir-lsp / elixir-lsp/elixir-ls
Add support for textEdit
Open
enhancement
long term
- Dominant language
- Elixir
- Stars
- 1.8k
- Forks
- 227
- Avg merge
- 31m
- Merged PRs (30d)
- 2
Description
Related issue: #27
`insertText` is deprecated because it is too open to interpretation and not precise enough. Instead we should support `textEdit`
* `insertText` deprecation: https://github.com/microsoft/language-server-protocol/blame/56e4fc292c121118ac520c8a19688c85066ed0bb/specification.md#L2946
* `textEdit` details: https://github.com/microsoft/language-server-protocol/blame/56e4fc292c121118ac520c8a19688c85066ed0bb/specification.md#L434
Contributor guide
Assessment
This issue has not been assessed yet.