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.

Code completion appears when typing `{` outside of strings

See original GitHub issue

Start typing:

bool something() {

on a new .dart file.

Pressing enter after { will insert some autocompleted new statement.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
xqwztscommented, Jan 23, 2018

Quick gif of the issue:

dart-code-completion

0reactions
DanTupcommented, Jan 24, 2018

@xqwzts Awesome; thanks for the investigation! Will correct this for the next release 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

On the fly code completion interferes with normal typing #10134
With code completion and on the fly code completion turned on (note these are on different panes in preferences, which makes discovery hard), ......
Read more >
Code completion | PyCharm Documentation - JetBrains
To invoke type-matching completion, start typing your code and press Ctrl+Shift+Space . Alternatively, select Code | Code Completion ...
Read more >
Auto-completion - Notepad++ User Manual
You accept the suggestion by typing the completion key (see “Automatic completion”, below), and the word is completed within your buffer as if...
Read more >
How to move out of auto-completed brackets in IntelliJ IDEA ...
You can do this by pressing the closing symbol that you would've pressed otherwise, but was auto completed.
Read more >
IntelliSense in Visual Studio Code
The editor supports "tab completion" which inserts the best matching completion when pressing Tab. This works regardless of the suggest widget showing or...
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