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

Add AutoLanguageClient.getConnectionForEditor #173

Closed daviwil closed 6 years ago

daviwil commented 6 years ago

This change adds a getConnectionForEditor method to AutoLanguageClient so that implementors can send custom requests and notifications to the language server associated with a TextEditor.