elixir-lsp / elixir-lsp/elixir-ls

Add support for textEdit

Open
#28 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.