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.

Inserting suggestion on dot key

See original GitHub issue

When I want to add import/require from my own files, I use relative path starting with .. And the problem is that I got intellisense immediately when I’m opening quotes (" ") and when I press the . key, it enters the first suggestion.

I would be nice to have an option to set accepting suggestion only on enter or tab press

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
ghSPcommented, May 1, 2019

I believe you can unbind this by setting editor.acceptSuggestionOnCommitCharacter to false

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disable Autocomplete on . (dot) in VSCode - Stack Overflow
open vs code editor. under left hand corner => click setting; "text editor" => suggestion . uncheck the Accept Suggestion On Commit ...
Read more >
When disabling "Insert suggested suggestion by pressing ...
When "Code Completion->Insert selected suggestion by pressing space, dot, or other.." is unchecked, the list appears grey which looks ugly and misleading, ...
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 >
Autocomplete is inserting selection after typing period #47696
Autocomplete is inserting the selected suggestion after the user types a period. This is not mentioned in the User Guide, ...
Read more >
How to Turn on Code Suggestion in Eclipse Java - YouTube
In this Quick Video i will show how to turn on Code Suggestion for Java in Eclipse. ... Linux Explained. DorianDotSlash •104K views....
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