Sublime Forum

ST3 becomes slow when editing typescript files

#1

I have a large web dev project using .html, .css, … and .ts files.
When I switch to *.ts files, ST3 becomes very sluggish. When I switch back to .html files for example, I have the expected responsiveness. How can I fix this ?
The relevant installed packages are: Typescript (v0.1.11) and TypescriptCompletion (v1.0.6).

0 Likes

#2

Have you looked through the configuration of those packages? Usually it’s an “on-the-fly” mode that breaks down performance on large projects.

0 Likes

#3

This is likely the TypeScript Sublime plugin, especially if it only occurs when you switch to TypeScript files.

We seen a couple of reports but have had trouble getting to the bottom of it. If you could add details of your setup, when it occurs, and what you’ve tried to date to the current issue at https://github.com/Microsoft/TypeScript-Sublime-Plugin/issues/317 then we’ll keep trying to get to the bottom of it.

Thanks.

0 Likes

#4

Hi @Bernie, can you try again with the TypescriptCompletion plugin disabled? The two plugins might be conflicting with each other. I can repro the sluggishness with both plugins enabled, however it becomes responsive again with only the TypeScript one.

0 Likes

#5

I have dropped the TypeScript & TypescriptCompletion packages and switched to ArcticTypescript (v0.7.0) with success: ST3 is now as responsive as expected.

0 Likes