-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode auto completes certain patterns without consent #78650
Comments
For .js and .ts files the dot is a completion character, and the setting See #70176 (comment) |
What version is this? This is likely a duplicate of #77926 |
Yes disabling that fixes it, even though I would consider this to be a very unintuitive default. Also I still think this might be some kind of a bug since it is not consistent at all what will be autocompleted. As I have mentioned,
Might be! I'm on v1.36.1 One other case was, that writing something like |
Very, very likely. Closing as duplicate, please report back if this happens with 1.37 (released yesterday) |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Hey, seems it is still happening with v1.37 I can definately still reproduce the |
Ok so this happened for me on a few different occasions and I think it really should be fixed. I have a few patterns in mind that trigger the bug, but lets go with the one everybody should be able to reproduce instantly:
.js
fileul.
Upon writing the dot
.
vscode autocompletes the expressions to eitherURL.
oruserList.
on my side. I can 100% reproduce this every time, with all of my extensions disabled.So I am pretty sure vscode is not supposed to automagically replace strings without pressing
enter
orTAB
As I said there have been other patterns also triggering this, but lets go with the above mentioned example for now, as it seems very simple to reproduce and maybe all those occurrences have the same root cause.
The text was updated successfully, but these errors were encountered: