For PHP it's missing the comments at the bottom, which are often essential to understand certain strange behaviours.
I almost always end up scrolling straight to that section in the PHP docs when looking for help. Such is PHP.
DevDocs API Documentation
121–130 of 145 posts
Re: DevDocs API Documentation
#122I've used this off and on for a while, but the hardest thing for me is breaking the google habbit (or ddg as often as not in my case) and actually performing the search on that site. I can !dd with duckduckgo to get to devdocs, but I wish there was some natural language processing that knew I wanted to look up a cpp/rust what have you term and send me there. Additionally, C# doesn't seem to be included, which is a bi…
Go to search bar -> type in 'devdocs' -> hit tab ("Search DevDocs"). You can then search directly.
It's pretty awesome.
Re: DevDocs API Documentation
#123Reminds me of Dash[1] which is especially useful when configured in your editor: press a key to open documentation for the word under the cursor. 1: https://kapeli.com/dash
If you live inside emacs, https://github.com/areina/helm-dash/ will use dash documentation and use emacs for the search and display of the docs. Also, works on GNU/Linux and Windows. Also, free software. Also, I'm the co-author.
I know the whole point of Dash is to have locally cached, offline documentation copies, but I was thinking it would be amazing to use that to feed Helm candidates, but actually open the real, live documentation page.
Re: DevDocs API Documentation
#124Re: DevDocs API Documentation
#125Reminds me of Dash[1] which is especially useful when configured in your editor: press a key to open documentation for the word under the cursor. 1: https://kapeli.com/dash
I found it slow. Also, just remembering this now but I came in to work one morning only to be questioned as to why I was downloading GBs of data while I was out of the office. I guess Dash was refreshing the local copy of all the docs every night. Uninstalled it right away.
Re: DevDocs API Documentation
#126DevDocs is running inside an Android WebView. Some features may not work properly.
Re: DevDocs API Documentation
#127I can't recommend devdocs.io enough! It's such a fantastic resource. * It links to the real documentation * world class search * lets you pick and choose versions and languages/frameworks you want to have searchable * provides a consistent UI across all docs which is fantastic when you are switching between several while developing. * Is updated with terrifying frequency (I don't think I've ever opened it and NOT had…
Re: DevDocs API Documentation
#128This looks awesome - is there a way to get an offline version of this?
DevDocs works offline — http://devdocs.io/offline — on mobile, and can be installed on Chrome. There is an Electron app here — https://github.com/egoist/devdocs-desktop
Re: DevDocs API Documentation
#129And is it indexing all popular tools into one place and providing a search box?
Re: DevDocs API Documentation
#130Mind to share the stack behind? And is it indexing all popular tools into one place and providing a search box?