microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Intellisense mistakenly includes all window properties on any autocompletion #536

Open nikkwong opened 8 years ago

nikkwong commented 8 years ago

screen shot 2016-09-30 at 2 08 49 pm

This is happening on every object. Does anyone have any ideas?

zhengbli commented 8 years ago

These items look like they are not from lib.d.ts, are they from some third-party library file of yours?

nikkwong commented 8 years ago

Could be — what's the best way to trace them?

zhengbli commented 8 years ago

I would type them and then "go to definition" to see where they are from.

aschekatihin commented 6 years ago

Happens to me too after switch from old "Better typescript" to this plugin.

For example. Added new class file to some project, it inherits nothing: image

And autocomplete goes bananas showing methods and properties from other classes