microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Configurable error visibility options and gutter errors tooltip #726

Closed bertilnilsson closed 4 years ago

bertilnilsson commented 4 years ago

Implements two additional configuration options, one for setting an optional gutter icon on lines with errors and one for switching from default squiggly line to solid outline. This is superset of PR #625 functionality.

Also adds a gutter tooltip to show all errors on a line.

Fixes #522 #711

Thoughts and feedback welcome.

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

orta commented 4 years ago

👍

betorobson commented 4 years ago

I have tried this configs but did not work!!!! Screenshot from 2019-09-16 16-48-45

bertilnilsson commented 4 years ago

@betorobson What exactly is not working? Are you getting an error? Is it just the config options that don't do anything? Obviously assume you're actually running this code.

betorobson commented 4 years ago

I would like to use a outlined error lint instead the squiggly, also I would like to see a circle in gutter but the only property that works is the color. Look my screenshot, you can see at left panel my source code with squiggly errors and at right panel my Typescript settings.

Screenshot from 2019-09-18 09-59-00

bertilnilsson commented 4 years ago

@betorobson Are you actually running the code from master? This PR has been merged, but a new version has not yet been released.

betorobson commented 4 years ago

Yes, I assumed that is was working because it is in master branch README.

bertilnilsson commented 4 years ago

@betorobson Sorry, I'm still not clear from what you're saying if you're positively running this code or not. If I use your settings with this code, it works as expected.

betorobson commented 4 years ago

I'm using the last version 3.6.2. As you told me, the settings that i'm trying are only in master branch. Do you have any idea when it will be published?