-
-
Notifications
You must be signed in to change notification settings - Fork 37
Verbose and irrelevant autocomplete entries #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
dart LSP server's issue. output from dart LSP: {
"id": "6",
"method": "textDocument/signatureHelp",
"registerOptions": {
"triggerCharacters": [],
"documentSelector": [
{
"language": "dart",
"scheme": "file"
}
]
}
} the Solutions: Ask for dart LSP to support Or Handle this case by this extension. |
I think this is an issue with language server: dart-lang/sdk#38739 |
Is it now going to show documentation on `(` without any additional configuration?
|
Yes, you have to update to version >= 1.0.9, but npm does not show the new version package. |
I updated to 1.0.10 and nothing appears after (.
I verified the extension was updated to the version. Removed and reinstalled too.
|
Check out your (neo)vim version if support float windows |
It can show documentation if I explicitly call for it, other languages also work fine.
|
Do you mind sharing your configuration |
It works for me with the latest version 👍 Thanks a lot |
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to have more relevant entries like that of visual studio code flutter plugin.
Additionally is it possible to show the doc entry after autocomplete is selected?
For example:
Can it show document entry for
MaterialColor
constructor after(
is input?The text was updated successfully, but these errors were encountered: