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.

There should be an auto completion popup after typing double-colon

See original GitHub issue

This can probably be implemented by using a custom CompletionContributor and overriding invokeAutoPopup method (similar to java implementation).

Auto-popup will be most useful after implementing #433.

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
matkladcommented, Jul 19, 2016

Ouch, this was much easier to implement than I expected, no need to re rail all completion onto providers. Should have fixed this ages ago. Thanks a lot for the report and fix suggestion!

0reactions
daschlcommented, Jul 19, 2016

ah cool I didn’t know that, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to prevent auto-complete popup display after comma or ...
Whenever I write a colon or comma, the auto-complete popup automatically displays, which is problematic because most of the time in this ......
Read more >
Code completion | PyCharm Documentation - JetBrains
Start typing a method declaration and press Ctrl+Shift+Enter after the opening parenthesis. PyCharm automatically completes a method declaration ...
Read more >
Add option to autocomplete functions with their corresponding ...
If the function sum() exists in "some_other_package", the double colon :: would be needed to differ between base::sum() some_other_package::sum() . Current ...
Read more >
Use Formula AutoComplete - Microsoft Support
To make it easier to create and edit formulas and minimize typing and syntax errors, use Formula AutoComplete. After you type an =...
Read more >
Auto-completion - Notepad++ User Manual
Notepad++ offers automatic completion of various sorts of text after you ... in the popup; hitting the completion key or double-clicking on the...
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