Skip to content

Single File IntelliSense not working on new file #10597

Closed
@waderyan

Description

@waderyan

WORKING ON THE SPECIFIC STEPS HERE... CLOSE TO IDENTIFYING THE EXACT STEPS

  • VSCode Version: 1.5.0-Insider 11ffcfc
    (Also observed on Stable)
  • OS Version: 10.11.1

Steps to Reproduce:

  1. Open an empty directory
  2. Create a new JavaScript file test.js through File -> New File (note this will not reproduce when clicking the new file icon).
  3. Write the following code.
var x = {
    a: 1, 
    b: 2
}

x.

I expect to see IntelliSense.

Instead I see. Loading does not resolve.

image

  1. Reload JavaScript Project, Reload Window, close and open the file, or restart VS Code.

RIGHT NOW SOMETIMES IT WILL WORK IF YOU CLOSE AND OPEN THE FILE, SOMETIMES NOT. TRYING TO NARROW IT DOWN.

➜  vscode-intellisense git:(master) ✗ tsc --version
Version 1.9.0-dev.20160130

I have repeated this twice and confirmed it with @ramya-rao-a.

Possibly what I was seeing in this issue - #9913

Metadata

Metadata

Labels

info-neededIssue requires more information from postertypescriptTypescript support issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions