Questions tagged [sublime-anaconda]

The Anaconda plugin for Sublime Text 3 (completely unrelated to the Anaconda Python distribution) provides many IDE-like features for programming in Python. Features include intelligent autocompletion, function signature and documentation tooltips, linting, autoformatting, and more.

The Anaconda plugin for Sublime Text 3 (completely unrelated to the Python distribution) provides many IDE-like features for programming in . Features include intelligent autocompletion, function signature and documentation tooltips, linting with pylint, pep8, pep257, and pyflakes, autoformatting, McCabe complexity checking, import validation, testing integration, full support for virtual environments, and project-specific build systems.

66 questions
0
votes
1 answer

In sublime3, how to override Anaconda plugin settings for current project?

I use sublime 3 for python coding, with plugin Anaconda for format checking. But when I read others' codes, I don't need this function, because the whole file is full of format error which I don't care about but the Anaconda lint bothers me. So I…
Ryan
  • 315
  • 3
  • 10
0
votes
1 answer

Sublime Text 3. Anaconda documentation and autocompletion

I am using the package Anaconda for Sublime Text 3. I have found out that either the documentation is not alright or I am doing something wrong. For example, in this code: import ssl context = ssl.create_default_context() context.check_hostname =…
aDoN
  • 1,679
  • 4
  • 27
  • 48
0
votes
0 answers

Sublime text 3 anaconda not working

I've installed Anaconda via package control. It's installed but none of the functionality is working (i.e. I can't do command-shift-r to find a class). I'm guessing I need to add something to my bash profile? When I do which python I get the…
user2954587
  • 4,079
  • 4
  • 32
  • 78
-1
votes
1 answer

How to disable Highlighting on sublime text 3?

I have sublime text 3 installed for python programs, with only three packages installed, those being Anaconda, package control itself and SideBarEnhancements. Also I haven't changed any config. It's incredibly annoying to write a code with…
-1
votes
2 answers

Anaconda module error … “no module named pip”

When i try to install pymongo in anaconda it is showing the error. please help me to slove this
-2
votes
1 answer

sublime connection to localhost:57734 timed out

I get this popup error whenever I open my sublimetext3.
1 2 3 4
5