-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Description
I'll like to first give a huge thank you for this awesome plugin. I've been using it extensively and it's awesome! 🤗
Summary
This is more a question than an issue. When using javascript-typescript-langserver
together with LanguageClient-neovim
there's seem to be some slight quirks regarding context. A fresh file with the content:
class Dummy {}
const array = [1,2,3];
array.<cursor>
In the above code the completion will actually suggest Dummy
, which seems a bit off.
Is this a bug or in some way wanted behaviour?
Reproduction
NVIM v0.2.2
languageclient 0.1.73
javascript-typescript-langserver 2.8.0
LanguageClient.log
LanguageServer.log
Current Behavior
Expected Behavior
The completion should consider cursor placement and in this case only suggest things that make sense on a array after .
. Like map
, includes
and etc.
Metadata
Metadata
Assignees
Labels
No labels