Hi!
Installed freshly on Ubuntu Linux Sublime Text 3 (build 3211) and TypeScript plugin . The plugin needs node.js and typescript installed, I have both globally available.
File types (both Typescript and Typescript React) are recognized, syntax highlighting works. Code autocomplete works like for common JavaScript, but anything TypeScript specific seems not available. Like symbol renaming, code formatting, signature popups, quick info, etc plugin says supporting.
For example, if I try to format my code (either with a shortcut or from the command palette), Sublime seems to freeze for a second, but nothing happens. From the console, I see always queue timeout
-events, but no other info.
So something is working (code highlighting, file types association), but anything deeper is not. From the plugin’s page, I see a lot of great features on screenshots, but they don’t work for my setup. What may cause the situation?
TIA,
Gunnar