microsoft / TypeScript-Sublime-Plugin

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

Dot doesn't trigger completion in .js files #692

Closed DanielRosenwasser closed 5 years ago

DanielRosenwasser commented 5 years ago

Using the new support for .js files, I'm only able to manually trigger completions. Hitting dot (.) doesn't automatically seem to be triggering anything.

acf5c5c3-1e0e-44b6-9c92-5a6b8cdcf416

CC @idiotWu

idiotWu commented 5 years ago

I think this is because the auto completion settings for Javascript files are missing. I'll create a PR soon 🙆‍♂️.

DanielRosenwasser commented 5 years ago

Ah, I didn't see your comment so I just sent the PR myself 😟. Thank you for looking into it though.