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.

commit character enhancement

See original GitHub issue

Describe the bug

when autocomplete suggestions appear, they are automatically accepted as i type, even when i don’t press tab or enter on any of the suggestons. this is extremely annoying and makes working on svelte projects incredibly frustrating.

it only happens in .svelte files, but not .ts or .js files

Reproduction

  1. start with
    <script lang="ts">
        const foo = [] as [string, string][]
    
        foo.map
    </script>
    
  2. with the caret on the end of foo.map, type the following keys: ([key,

Expected behaviour

autocomplete suggestions appear after typing key, but disappear after typing , without changing the code

System Info

  • OS: windows 10
  • IDE: vscode

Which package is the issue about?

Svelte for VS Code extension

Additional Information, eg. Screenshots

.svelte file

g;hlkdflghjldkfgnjhlkdjfn

.ts file

djflkhnkjldfgnhnflkjghn

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:4
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jasonlyu123commented, Nov 29, 2022

We won’t remove it but we could make it more consistent with ts/js. And maybe remove it in some place where it’s more likely to trigger it by mistake.

0reactions
DetachHeadcommented, Dec 2, 2022

works good now, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add indication of character count to git commit message box
I try to keep my commit message title to under 80 characters so it is easy to view, ... ronblum added the enhancement...
Read more >
Conventional Commits
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an...
Read more >
COMMIT WORK in enhancements. - SAP Community
There is no rule not to use COMMIT WORK in enhancement. I understand that the enhancements you are talking about are part of...
Read more >
Understanding Semantic Commit Messages Using Git and ...
Let's explain the Semantic Commits term and demonstrate practical examples ... (an enhanced version that's inspired by the AngularJS commit ...
Read more >
gitmoji | An emoji guide for your commit messages
Gitmoji is an emoji guide for your commit messages. Aims to be a standarization cheatshee /t for using emojis on GitHub's commit messages....
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