anaconda
anaconda copied to clipboard
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 supp...
I switched from a normal Python installation on Windows 10 to pyenv. ``` $ where python C:\Users\AHaferbu\.pyenv\pyenv-win\shims\python C:\Users\AHaferbu\.pyenv\pyenv-win\shims\python.bat C:\Users\AHaferbu\AppData\Local\Microsoft\WindowsApps\python.exe ``` Now I'm seeing this error in Anaconda 2.20.0 with ST...
* Added on_hover listener to show a popup if a line contains a linting messages * Added "anaconda_linter_hover_message" to Anaconda.sublime-settings. Defaults to false. Hi, this is my pull request for...
## Expected Behaviour jump to the definition line ## Actual Behaviour open a blank tab ## Steps to Reproduce 1.open any python file 2.right click on any func and choose...
## Expected Behaviour Go to the definition of the object in the source code. For example, when using python for Machine Learning, I cannot access any function in `sklearn` ##...
### Description of the bug When wokring with two Split View panes at the same time, the cursor of the other pane is always disruptive and automatically triggers a popup....
## Expected Behaviour I want Anaconda to type brackets after autocompleting functions automatically. There is an corresponding setting in Jedi `jedi.settings.add_bracket_after_function = False` . Jedi's docs say that there should...
I am having the following imports in my python file: ``` # internal import os import datetime # external import yaml import gridfs import pymongo from pytz import timezone #...
# Notice Note that new versions of this plugin will not work with ST3 or ST4 build < 4107 Please refer to https://github.com/DamnWidget/anaconda#very-important-notice-please-read-carefully for instructions
## Expected Behaviour This syntax should not produce any linting errors: ```python match two_item_collection: case [item1, item2]: print(item1, item2) ``` ## Actual Behaviour I get "PEP 8 (E211): whitespace before...
Anaconda autocomplete is not working. I am on Linux and my Sublime Text 3 recently updated. Prior to the update it worked fine. I update via the Package Manager. ST...