Sublime Forum

Python (full Autocomplit)

#1

Hi all !
In ST2 is no good autocomplite for python.
May be i can add autocompit module from VIM ?

0 Likes

#2

You can use mine if you like :smile:

Unzip the file and copy it to your User folder.
PythonCompletions.zip (4.64 KB)

0 Likes

#3

Perhaps you’ll find my Python help useful as well :smile:

Click into a Python method or function and press your assigned key-binding to reveal some help text.
PyHelp.zip (757 Bytes)

0 Likes

#4

10x
but i dont undestand where i need save this files ?
(mac OS X)

0 Likes

#5

[quote=“kobzar”]10x
but i dont undestand where i need save this files ?
(mac OS X)[/quote]

I’m on Windows but I assume it’s similar. Unzip the files and save them in your Packages\User folder, or equivalent.

You might also want to tweak your auto-complete delay setting, so that the completions don’t pop-up too quickly.

0 Likes

#6

i am extract arhivs PyHelp.zip an PythonCompletions.zip and put 2 files (PythonCompletions.py and PyHelp.py ) to …/Packages/User
then restart ST2 and try %
import time
z=time.c (ctrl+space) and i dont see functions, example ctime() …
And how i can use Help module ?

0 Likes

#7

Install Package Control http://wbond.net/sublime_packages/package_control/installation and look for these packages:
http://github.com/JulianEberius/SublimeRope
http://github.com/Kronuz/SublimeCodeIntel

0 Likes

#8

Good ! Nice!
How i can use help to some functions? example go to “time” press some of key and see details for time ?

0 Likes

#9

hi all !
I am used ST2 two weeks and i can said this is the best editor for python. But i have some of problem with autocomplit.
I tryed use Codeintel and Rope, but this plugins is no good. When i try used os. ST2 stack to long time. And i am whery nedd plugins to show full help in editor. (SublimePeek - show help in another window)
Good varian to vim is
http://www.youtube.com/watch?v=67OZNp9Z0CQ)

May be some one can greate this plugin to ST2

0 Likes

#10

sorry. CodeIntel is good. Only needed reidex one time…

0 Likes