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.

Autocompletion not working optimally

See original GitHub issue

Steps to Reproduce

flutter create, then in main.dart take the Text widget in the Center widget, wrap it in a Row widget so that the Text widget is the only element in the children list like so:

body: new Center(
    child: new Row(
      children: <Widget>[
        new Text(
          'Button tapped $_counter time${ _counter == 1 ? '' : 's' }.',
        ),
      ],
    ),
  ), 

Now try to add a new element in the beginning of the list, for instance by typing to “new T” . Here no suggestions are provided. If a “,” is typed after “new T” or the element is added as the last element in the list we get the suggestions.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
alexander-doroshkocommented, Jan 9, 2018

Fixed in 2018.1 branch. EAPs will start soon.

0reactions
pqcommented, Mar 22, 2018

Confirmed this works w/ the latest Dart Plugin in 2017.3+.

mar-22-2018 12-22-42

🎉

Read more comments on GitHub >

github_iconTop Results From Across the Web

CMD auto-completion not working correctly - Stack Overflow
So I'm writing a interactive shell app on Python too, to get auto completion working, install pyreadline, the readline module is Unix specific....
Read more >
Google Search Autocomplete Not Working? Try this fix!
Autocomplete is one of Google's best features. It is designed to help you complete your searches so you can navigate on the browser...
Read more >
Auto-completion layer - Spacemacs (develop)
1. Description¶. This layer adds auto-completion to all supported language layers. ... Set to 0.0 for optimal results with lsp mode.
Read more >
Visual Studio Code Unity AutoComplete still not working
I know VScode and Unity are not connected like how Unity and Visual Studio are, but it seems that a lot of people...
Read more >
AUTO COMPLETION IN FIELD NOT WORKING IN FMGO OR ...
It works just fine in FM Pro, but does not work in FM Go or Webdirect. You can access the field as 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