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

No longer seeing error text in the status bar #581

Open brassaw opened 7 years ago

brassaw commented 7 years ago

First off I'd like to say great job on this plugin, it makes working with Typescript in ST3 a joy. On to my issue - I'm able to see error messages in the status bar when I move the cursor to a region with an error prior to this commit:

commit ac15373c6cdb62decb2c296db9916e7a420bb39e Merge: 0db8033 ebc83ea Author: Zhengbo Li zhengbli@microsoft.com Date: Fri Dec 9 11:56:09 2016 +0800

Merge pull request #562 from Microsoft/hoverErrorTip

Combine error tooltip with quick info

On or after this commit (tested up to the 2.1.0 tag) I no longer see the error message in the status bar when moving the cursor to a region with an error. I do see the error in a tooltip if I hover the mouse over the region. Was the removal of this feature intentional? If so, would you consider adding it back in? I find having the error text in the status bar useful for my workflow, as I rarely use the mouse in ST3. Thanks.

OS: macOS 10.11.6 Sublime version: Build 3126