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.21k stars 260 forks source link

Show error list shows line numbers -1 #908

Open Pshemas opened 3 years ago

Pshemas commented 3 years ago

I'm trying out ST Anaconda and I've noticed that when I use "Show errors list" the line numbers are slightly "wrong" - by 1, as if line numbering started at 0. So for example when I have an error on line 4, Anaconda reports line 3. Is there a way to fix it?

I'm using ST4 under Linux.

(side note - is there some kind of suggested forum for questions regarding Anaconda? There are some things / settings I'd love to char about first, so I could know whether the issue I'm having is a bug or simply my lack of knowledge ).