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

No Datatype hightlighting #650

Open wamry opened 6 years ago

wamry commented 6 years ago

Datatypes are not highlighted correctly, they're just left for the default white text, which is very confusing, and also the expected object names are not highlighted to red as shown in the image

screenshot 7

DanielRosenwasser commented 6 years ago

We'd need to start using the semantic classifier over TSServer. https://github.com/SublimeTextIssues/Core/issues/817 describes what we might need to do to accomplish this. We'd be open to accepting PRs here though.