shortcutme/Sublime-IntelliDocs

suggestions

yangweijie opened this issue · 6 comments

where do you get the php function doc? I found a json in your package.
I mean you can found a doc in Netbeans software doc.
And when discription appears, last item went to devdocs.io. Can this be custom, it seems slow in some country.Maybe php.net is better one.

The json files is generated from devdocs.io files. (db/updatedb.py)
Custom links is a good idea, created an issue for it: #4

@yangweijie Just added support for custom docs links (php.net and devdocs.io added as default).
https://github.com/shortcutme/Sublime-IntelliDocs/releases

support for rails would be awesome

xDoc (PHPDoc, JSDoc, etc.) support would be awesome!

Idea - add a command to the right-click menu ("context menu") that can do an IntelliDocs lookup, instead of having to press the hotkey

@yangweijie Hi there, how can I make it work with PHP Laravel? http://devdocs.io/laravel~5.5/