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

completionProvider.resolveProvider option is not respected #161

Closed paradoxxxzero closed 6 years ago

paradoxxxzero commented 6 years ago

For visibility, the PR #148 makes ide-python crash with a Method Not Found in Atom 1.24-beta1 because python-language-server does not support completionItem/resolve as it is stated in its capabilities.