Closed
Description
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:
- Open an empty directory
- Create a new JavaScript file
test.js
through File -> New File (note this will not reproduce when clicking the new file icon). - Write the following code.
var x = {
a: 1,
b: 2
}
x.
I expect to see IntelliSense.
Instead I see. Loading does not resolve.
- 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