microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 592 forks source link

Typescript powered code completion hangs if no computed property is given #28

Open joma74 opened 7 years ago

joma74 commented 7 years ago

Writing here because maybe it's VS Code, maybe TS or maybe Vue types. Sorry if it's just me :) VS Code Version 1.18.0 (tsdk as delivered) Vue 2.5.3, no extra types installed

Observation is that this is downgraded to any if the computed property misses.

selection_031

Now have a look at the version that contains the computed property. As you can see the whole Component property types are properly inferred.

selection_032