We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce:
const THREE = require('three');
console.log(new THREE.
Auto-complete will default to HTMLHRElement instead of THREE.
HTMLHRElement
THREE
Does this issue occur when all extensions are disabled?: Yes
A bit frustrating since there seems to be no way to disable this.
Typing looks like this before hitting the period . key:
.
However, upon hitting ., auto-complete re-writes THREE to HTMLHRElement.
The text was updated successfully, but these errors were encountered:
Duplicate of #40311
Should be fixed in insiders
Sorry, something went wrong.
Actually could be #41060 as well. Try setting "editor.selectSuggestions": "never" if you still hit this in insiders
"editor.selectSuggestions": "never"
mjbvz
No branches or pull requests
Steps to Reproduce:
const THREE = require('three');
at the topconsole.log(new THREE.
Auto-complete will default to
HTMLHRElement
instead ofTHREE
.Does this issue occur when all extensions are disabled?: Yes
A bit frustrating since there seems to be no way to disable this.
Typing looks like this before hitting the period
.
key:However, upon hitting
.
, auto-complete re-writesTHREE
toHTMLHRElement
.The text was updated successfully, but these errors were encountered: