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

autocomplete, errors highlights, and code formatting don't work on Linux #640

Closed lidebug closed 6 years ago

lidebug commented 6 years ago

I've just migrated from windows on Linux ubuntu 16.04 and faced the issue. Ctrl+F+T has no result ( as command typescript_format_document ) Sublime doesn't show errors and autocomplete.

But Typescript package is installed and code highlights works well.

DanielRosenwasser commented 6 years ago

Have you checked over the Tips and Known Issues page to see if any of those suggestions can fix the issue?

lidebug commented 6 years ago

I just did. There is no solution for the issue. I want to mark that everything work just fine on Windows, but the issue comes when I open ts file on linux.

I tested that on several computers - same result.

lidebug commented 6 years ago

Problem fixed. I didn't have typescript globally installed.