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

[Microsoft/inlineError] Extremely annoying, option to disable? #552

Closed roblav96 closed 7 years ago

roblav96 commented 8 years ago

I find the recent updates https://github.com/Microsoft/TypeScript-Sublime-Plugin/commit/c95049533365acc4f00d7ced07745411b9607299 to be terribly annoying. I'm typing out a constructor function and immediately a gigantic red thing pops up. I'm typing an if statement, a gigantic red thing pops up.

Can we have an option to disable this completely or maybe add a couple seconds delay?

zhengbli commented 8 years ago

Yes it is a good idea to add some delay. I'll send a PR to add these soon, also with the option to disable that.

roblav96 commented 8 years ago

@zhengbli Sweet, sounds good

lorem--ipsum commented 7 years ago

(same as of https://github.com/Microsoft/TypeScript-Sublime-Plugin/issues/556)

avegancafe commented 7 years ago

@zhengbli just wondering, has that option to disable the large red boxes gone live yet?

Narretz commented 7 years ago

@zhengbli When is the next release planned? Recently, some good improvements have been merged!

bf0 commented 7 years ago

I can't wait to be able to type without big red errors and information boxes which obscure the document popping up every 500 ms.

zhengbli commented 7 years ago

The new version is release with a fix for this problem. Please try it out. Thanks!