DamnWidget / anaconda

Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker Vagrant and Docker support for Sublime Text 3 using Jedi, PyFlakes, pep8, MyPy, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
http://damnwidget.github.io/anaconda/
GNU General Public License v3.0
2.22k stars 259 forks source link

Gutter hover error msg #301

Closed harwoodspike closed 8 years ago

harwoodspike commented 9 years ago

Is it possible to get the current lines error to pop up if you hover on the gutter icon? If this isn't currently a feature, can it be added?

DamnWidget commented 9 years ago

I don't think we can capture the hover event for the gutter icons section of the interface

harwoodspike commented 9 years ago

Is there a hover event for the highlight line? Also is there a way to sort the error list by line numbers?

I just don't like having to open the the show error list (which is in some random order on my computer) so that I can see what is wrong.

DamnWidget commented 9 years ago

The order is for severity as far as I can remember now. When you put the cursor over a linted line, you get a message about the error in the Sublime Text 3 status bar.