Closed harit-sunrun closed 10 years ago
I am using SQLAlchemy in Sublime Text 2 and would like to jump to documentation for it, how can I do that? is there a support yet?
The python support is based on pydoc, so if the following command works on your system python -m pydoc sqlalchemy then we should provide results.
pydoc
python -m pydoc sqlalchemy
I am using SQLAlchemy in Sublime Text 2 and would like to jump to documentation for it, how can I do that? is there a support yet?