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.

Completion useage

See original GitHub issue

At the moment we add completions for sub types/functions to a list, e.g. Html.div But that doesn’t really play nice with the spec, as you might end up typing Html. then auto complete. Under certain prerequisites this leads to Html.Html.div which is not what we want.

Typescript or C# would first let you choose Html then would detect that the completion your expanding on is in the Html package and only send the correct functions.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tjcommented, Sep 6, 2019

FWIW I hit this pretty often, if you forget a function name I’d almost always type String.* first and get the double String.String.fromInt

0reactions
juanedicommented, Sep 30, 2019

I was getting this on emacs pretty much every time I used autocomplete 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

Completion Definition & Meaning - Merriam-Webster
The meaning of COMPLETION is the act or process of completing. How to use completion in a sentence.
Read more >
Use completion in a sentence
How to use completion in a sentence. Example sentences with the word completion. The most voted sentence example for completion is On the...
Read more >
Completion definition and meaning | Collins English Dictionary
Completion is the process of putting together downhole equipment, in order to allow production from a well when drilling is complete. Collins COBUILD...
Read more >
completion noun - Oxford Learner's Dictionaries
the act or process of finishing something ; the state of being finished and complete the completion of the new hospital building Satisfactory...
Read more >
Usage completion - Haxe - The Cross-platform Toolkit
Usage completion is enabled by using the "usage" mode argument (see Overview). We demonstrate it here using a local variable. Note that it...
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