Autocomplete is inserting selection after typing period #47696
Labels
javascript
JavaScript support issues
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
Autocomplete is inserting the selected suggestion after the user types a period. This is not mentioned in the User Guide, which says
Pressing Tab or Enter will insert the selected member.
, and there appears to me to be no clear way to disable this via the keymap. I suspect this is a behavior that some users may expect, but it would be nice if there was some way to disable it, as it makes for a frustrating experience to type out property names that Intellisense is not suggesting.Steps to Reproduce:
test.js
window
.
Because the first suggestion is
addEventListener
, the result will bewindow.addEventListener
.The text was updated successfully, but these errors were encountered: