atom / atom-languageclient

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

Add support for extensible CompletionItemKinds and SymbolKinds #153

Open daviwil opened 6 years ago

daviwil commented 6 years ago

This is a new addition to the v3 protocol, we'll wait for a bit for the API to stabilize before supporting it:

https://github.com/Microsoft/language-server-protocol/commit/05e3af34464671a788679080f06558db52d1097b#diff-7327496955357b9792bab8720dc507d6

damieng commented 6 years ago

Waiting for the spec to stabilize around here and some language servers to implement.

UziTech commented 4 years ago

Development of atom-languageclient has officially moved to https://github.com/atom-ide-community/atom-languageclient 🎉

If this is still an issue please consider opening an issue on that repo.