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.

Inconsistencies with Trigger (full) completions when (incomplete) completions are already active

See original GitHub issue
  • VSCode Version: 1.49.3
  • OS Version: 10.15.7

@jrieken

This is a follow up to https://github.com/microsoft/vscode/issues/99504. The issue is fixed in some instances, but not in others.

Here’s an example with a Go file where I have space enabled as a trigger char and then retype the line with space disabled as a trigger character.

ezgif-7-a4e9f3bb5ac4

Previously, upon typing return n, only Kite’s completions would display. This has since been fixed via #99504. But, you can see in the gif that return nil, e results in Intellisense completions being suppressed, unless the trigger for space is turned off.

Similarly for JS:

ezgif-7-67a5306dd896

Previously, IntelliSense completions for setAutoInstallPluginsEnabled: (e were being suppressed. This has since been fixed. But, setAutoInstallPluginsEnabled: (enabled) => dis results in completions being suppressed. If I turn off space as a trigger, VSCode is able to suggest dispatch and disabled, as you can see at the end of the screen capture.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jriekencommented, Oct 7, 2020

Yeah, that would work

0reactions
edzkitecommented, Oct 23, 2020

@jrieken Thanks for looking into this. If I understand you correctly, what you’re saying is that we’re triggering completions outside of a word (AKA anything alphanumeric separated by spaces), which breaks “triggering into the next word”.

What’s not possible is to re-start when entering a word no matter if a proceeding word exists. That would break things like member completion after .

I’m not quite sure I follow the implications of this 100%. Could you expand on that?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Incomplete Survey Responses - Qualtrics
In this page, you will learn all about incomplete responses—how Qualtrics stores survey progress, how participants can return to finish a survey, and...
Read more >
Incomplete Responses - FormAssembly Resource Center
Incomplete responses are created when a respondent saves a form response or when there is a processing error in the form submitted section...
Read more >
Troubleshoot common issues with triggers - Power Automate
Verify if trigger check is skipped​​ You just completed an event. For example, you added a new list item or sent an email...
Read more >
YouCompleteMe: a code-completion engine for Vim - GitHub
Having problems getting YCM to work? First carefully read the installation instructions for your OS. We recommend you use the supplied install.py -...
Read more >
Troubleshooting CI/CD - GitLab Documentation
Code completion suggestions that ensure you are only using accepted keywords. ... Parent/child pipelines: Have your main pipeline trigger and run separate ...
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