Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Completions not Working for Function Parameters? #49

Open
ghost opened this issue Jun 7, 2019 · 3 comments
Open

Completions not Working for Function Parameters? #49

ghost opened this issue Jun 7, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 7, 2019

There's no completion after typing "(", it doesn't keep the details of the function visible. Also when using Ctrl+Space it doesn't seem to fetch any completions. Most other LSP show the completions of the context of where the cursor is. It seems to just use the default VS Code list instead.

compl

@LaurentTreguier
Copy link
Member

I don't think DCD has ever provided completions when there is no word beginning to work with.
Did this work before ? I never trigger autocompletion like this, so I don't know if this is a regression or if it never worked.

@ghost
Copy link
Author

ghost commented Jun 8, 2019

Hmm yah, don't think it is implemented in DCD. The function calltips though should be.

@rwols
Copy link

rwols commented Jun 17, 2019

Just FYI this is supposed to trigger textDocument/signatureHelp. A language server provides the trigger characters for it to the client (in this case I presume ( and ,) and then the client is supposed to request textDocument/signatureHelp. The server should respond with a list of overloads/params.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants