atom / atom-languageclient

Language Server Protocol support for Atom (the basis of Atom-IDE)
https://ide.atom.io/
MIT License
389 stars 78 forks source link

Implement completion additionalTextEdits #284

Closed alexheretic closed 4 years ago

alexheretic commented 4 years ago

This pr adds support for a completion item additionalTextEdits, see spec.

This feature is also available in my fork:


"dependencies": {
  "atom-languageclient": "github:alexheretic/atom-languageclient#build",
}