-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
TypeScript Version:
2.6.2 - ok
2.7.0-dev.20171116 - ok
2.7.0-dev.20171117 - fail
next - fail
Code
package.json:
{
"name": "test",
"version": "0.0.0",
"dependencies": {
"babylonjs": "^3.2.0-alpha0",
"babylonjs-gui": "^3.2.0-alpha0"
}
}
tsconfig.json:
{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"types": [
"babylonjs",
"babylonjs-gui"
]
}
}
index.ts:
let button = new Button // Button is missing in completion list
Expected behavior:
Intellisense shows automatic imports
Actual behavior:
Doesn't show
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFixedA PR has been merged for this issueA PR has been merged for this issue