atom-community / atom-languageclient

Provide integration support for adding Language Server Protocol servers to Atom.
https://www.npmjs.com/package/atom-languageclient
MIT License
44 stars 13 forks source link

Signature help doesn't work with some of IDE packages #166

Open aminya opened 3 years ago

aminya commented 3 years ago

It works with atom-typescript.

The strange thing is that if I show a signature help using atom-typescript, then if I do it in python, it works. There might be some race conditions somewhere.

aminya commented 3 years ago

I tested with back to atom-languageclient 0.99 and older versions of atom-ide-signature-help, and the behavior is the same. Not sure where to look for the problem, but the getSignatureHelp function returns an empty Array (if the code is not warmed up with TypeScript signature help!)