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.

Writing dot character in a comment triggers auto-completion

See original GitHub issue

One 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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
schveiguycommented, Apr 17, 2021

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

0reactions
WebFreak001commented, Jan 20, 2022

released

Read more comments on GitHub >

github_iconTop 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 >

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