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 doesn't update during completion of arguments

See original GitHub issue

given a constructor A(this.b) where b is of type B, typing A(b: via autocomplete currently gives something like A(b: b where the second b is highlighted. Would be nice for the autocomplete dropdown to still be open and show either

  1. instances of B that are accessible in the current scope and
  2. an autocompletable option to paste in new B(... directly (or list literals or wtv)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
DanTupcommented, May 18, 2017

Ok, this should work better now; the completion list will be refreshed when typing more characters (this includes ( and spaces, so it’ll trigger much more often and should be much more useful). It’ll be in the next release.

However, there’s still on minor issue which I’ve raised #302 for, which I suspect will either be a VS Code or Dart change. I’ll do some testing and raise a request for whichever soon.

0reactions
xstercommented, May 19, 2017

\o/ Trying it now

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix IntelliJ IDEA method parameter auto-completion?
IDEA doesn't fill the arguments automatically. You can use Ctrl+Shift+Space for auto-completion (completion is based on type, not name) or Ctrl+Alt+Space ...
Read more >
Code completion bug: Function argument suggestion for R ...
Hello, I noticed that in v1.3, function argument suggestion no longer works after the first argument of a function.
Read more >
Code completion not working in 10.2 | Apple Developer Forums
With the 10.2 update, I cannot get code completion working in one of my projects. I've reinstalled Xcode. I've nuked the repo and...
Read more >
Code completion | IntelliJ IDEA Documentation - JetBrains
Basic code completion helps you complete the names of classes, methods, fields, and keywords within the visibility scope.
Read more >
IntelliSense in Visual Studio Code
This can be caused by a variety of reasons. First, try restarting VS Code. If the problem persists, consult the language extension's documentation....
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