Hi,
I put together a small plugin with the intention to provide quick access to the documentation or help files for functions. A single key-stroke in ST2 will bring up the documentation for the currently selected function or the function at the current cursor position. The plugin can also show an overview of all available help topics based on the familiar ST2 quick select panel (the same as the command panel) so that the user can quickly browse the different help topics.
Supported Languages: HTML, CSS, JavaScript, PHP, Python, Ruby, R, and Stata
(The plugin can be extended to support other languages)
Supported Platforms
Currently, the plugin only runs on Mac OS but it can be extended to work on other unix systems using gloobus-preview as well as Windows using maComfort. I personally don't have a unix or windows system but it should be pretty easy to add support. Drop me a line and we can make it work.
How to install
https://github.com/jlegewie/SublimePeek
Illustration
'subprocess' is selected in ST2...
...simply pressing command+shift+h opens this window with the documentation for 'subprocess'
Selecting 'text-align' in a CSS file and pressing command+shift+h opens this window with the documentation for 'text-align'