Show a list of lint errors on bottom of sublime-text
Asked Answered
M

1

7

I just got sublime text 3 and I'm installing sublinter and eslint. So the errors get shown on the actual line the errors at. How can I get it to show a list of all the errors of the current document on the bottom?

Here's what I mean. (This is an image from atom.)

enter image description here

Mapp answered 11/1, 2016 at 19:17 Comment(3)
Maybe the closest thing you can do is this, from sublimelinter.readthedocs.org/en/latest/navigating.html: > At the bottom of the Sublime Text Tools menu, you will see a SublimeLinter submenu. Select SublimeLinter > Show All Errors. When you select the Show All Errors command, all errors in the view are displayed in a Quick Panel.Monkshood
Can you please post a screen shot? (I already uninstalled eslint.)Mapp
btw which theme you are using for the lint error tooltipRoderick
C
3

I personally tried to use SublimeLinter with SublimeLinter-contrib-tslint but it didn't navigate to the errors - it kept saying there are no lint errors even though I could see them on the screen in the individual files..

The closest I could get to what Atom provides (which I decided to move away because of the lagging scroll navigation) is this:

1) Choosing for example: Tools > Build System > TypeScript

2) Show Console (Ctrl+)

3) Tools > Build (Ctrl+B)

enter image description here

Calico answered 27/1, 2016 at 6:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.