microsoft / microsoft/TypeScript-Sublime-Plugin
No longer seeing error text in the status bar
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the missing status-bar error text in Sublime Text 3, then compare the plugin behavior before and after commit ac15373c6cdb62decb2c296db9916e7a420bb39e. The issue is done when moving the cursor over an error shows its text in the status bar again, while the existing hover tooltip remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100