Writing dot character in a comment triggers auto-completion
See original GitHub issueOne of the most annoying issues with code-d is when you are typing a comment and press . - it triggers auto-completion.
For an example start writing a line like: /* To reproduce do this. The moment you press the dot the auto-completion combobox appears… This is not annoying to people rarely comment their code, but I write lots of comments and document my modules, functions, classes and struct quite extensively.
This happens even if the comment is enclosed. So if you edit the following line /* To reproduce do this */ and add dot, it will do the same.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Trigger autocompletion on dot - Stack Overflow
Auto-complete in ST is triggered on any character pressed if "auto_complete": true is set in preferences (it's set by default). I find this...
Read more >How to make dot (.) trigger autocomplete? · Issue #624 - GitHub
I'm new to CM and don't understand yet how a custom keymap can trigger the autocompletions. I saw old examples with the classic...
Read more >Preventing unwanted auto-completion in comments
I'm using SublimeText 3 for Typescript editing. I'll create a comment and complete a sentence with a period and a newline.
Read more >IntelliSense in Visual Studio Code
You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character (such as the dot character (.)...
Read more >IntelliSense in Visual Studio - Microsoft Learn
Learn how to use these IntelliSense features: List Members, Parameter Info, Quick Info, and Complete Word.
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 Free
Top 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

I ran into this as well. Updating to nightly does seem to fix it. When will the release happen?
released