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

how do you disable hover popups? #679

Open hansifer opened 5 years ago

hansifer commented 5 years ago

is this possible?

also, can you point me to documentation for all preferences? this seems to be missing from the readme.

velipso commented 5 years ago

Why do popups seem to re-enable every time the plugin updates? I never want popups.

velipso commented 5 years ago

Solution (I think):

Go to Sublime -> Preferences -> Package Settings -> TypeScript -> Plugin Settings - User

Add this to your preferences:

"enable_typescript_language_service": false
max-mykhailenko commented 4 years ago

The same for me, who can advice?

mohamedgomran commented 4 years ago

How to disable quick info popup on specific file pattern like "*js"?

iahu commented 4 years ago

In my case, It even show a "raw" html string of the popup info in status bar