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

isort support? #599

Open AndreasBackx opened 7 years ago

AndreasBackx commented 7 years ago

Currently sublime-text-isort-plugin exists but is not up to date with the latest isort version. A PR could be made but the project doesn't seem to be maintained anymore it seems and it looks like quite a hassle to do this for every isort version.

Has adding isort been considered for Anaconda? It would be great to see isort support.

DamnWidget commented 7 years ago

Isort is being included into Golconda-contrib-python (the future successor of anaconda) but there are no plans to include it in anaconda itself, as anaconda will become kind of obsolete as soon as Golconda gets released.

I am not sure if I am gonna convert this repository into Golconda-contrib-python or I will add a new package into PackageControl with a new repo.

AndreasBackx commented 7 years ago

Great! I can see Golconda in the projects tab now, it looks very interesting. Is there any release window or time when it'll be on GitHub that we can look forward to?

DamnWidget commented 7 years ago

Sorry for the delay @AndreasBackx I've been working a lot in Golconda, I already have the plugin connector (that exposes the internal language plugins trough the Golconda REST API) ready and I am writing the plugins for the Golang and Python languages. This last process is the most hard as I have to add all the features that anaconda already have into the Python plugin and as you already know, anaconda is huge in features.

After that is done, I have to prepare a new plugin for ST3 and common Package Control dependency libraries to add the ST3 specific anaconda features.

I don't have an estimation yet, the progress is slow as I don't have too many time to work in the project now but I will make public the repositories as soon as the code is cleaned a bit, right now is full of specific hacks for POC it needs refactor before to open it.

The repos are already on Github but they are marked as private for now.

AndreasBackx commented 7 years ago

@DamnWidget is there an update on Golconda?

DamnWidget commented 7 years ago

I am working in the Package Control dependency but sadly I am busier than ever as I am also moving house.