Hi all !
In ST2 is no good autocomplite for python.
May be i can add autocompit module from VIM ?
Python (full Autocomplit)
You can use mine if you like
Unzip the file and copy it to your User folder.
PythonCompletions.zip (4.64 KB)
Perhaps you’ll find my Python help useful as well
Click into a Python method or function and press your assigned key-binding to reveal some help text.
PyHelp.zip (757 Bytes)
[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.
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 ?
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
Good ! Nice!
How i can use help to some functions? example go to “time” press some of key and see details for time ?
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