question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Autocomplete not including parenthesis

See original GitHub issue

My Flutter autocomplete doesn’t work properly. E.g, When I type the Center Widget, it’s supposed to give me Center(), but instead it gave me Center without the parenthesis.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
awnigharbiacommented, Jan 12, 2021

Navigate to your vscode settings by ctrl + ,, then search for dart: Preview Lsp -> uncheck it. but this is a hack until the extension maintainers fix it.

0reactions
punreachranycommented, Jan 13, 2021

I see. Thank you very much. This helps a lot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autocomplete not inserting parentheses or arguments for ...
In a function, eg main(), type prin; Press Tab to accept 'Print' autocomplete. Expected behavior. The item, eg print() or Text() ...
Read more >
VSCode add parentheses when autocompleting functions
For example when I type str and autocomplete to strlen I would like to get strlen() , it saves quite some time. function...
Read more >
IntelliSense does not insert parentheses at the end of ...
I am currently using VS 2019 Community with no extensions installed. Visual Studiowindows 10.0editorvisual studio 2019 version 16.0.
Read more >
Overleaf - Why does the autocomplete box sometimes not ...
I am using overleaf and one of the features that I find extremely useful is that when you press enter on a suggestion...
Read more >
Please remove the silly autocomplete for parentheses
As developers/programmers, we are all good typists! There is no problem to write parentheses after the autocomplete. But for me it is a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found