commit character enhancement
See original GitHub issueDescribe 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
- start with
<script lang="ts"> const foo = [] as [string, string][] foo.map </script>
- 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
.ts
file
Issue Analytics
- State:
- Created 10 months ago
- Reactions:4
- Comments:8 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
works good now, thanks!