TypeScript auto-import takes precedence over local var in autocomplete #40311
Labels
feature-request
Request for new features or functionality
javascript
JavaScript support issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
It's quite surprising that
cameraAlt
, which is an import from an unrelated package, gets higher precedence thancameraAngle
, which is a local variable in this function:Reproduces without extensions: Yes/No
The text was updated successfully, but these errors were encountered: