On Fri, Feb 28, 2014 at 8:51 AM, Ole Kröger <[email protected]> wrote: > Hi > I would like to build a brackets extension where the user can see your PHP > documentation when he uses a shorcut. > > For example: > The code: > > if (in_array($str,$arr)) { > echo 'Inside'; > } > > And if the developer marks "in_array" and klicks STRG+K I would like to > show that in_array needs two arguments needle and haystack etc... > > Do you have a API which I can use? If not, do you allow that I use your > content or isn't it OpenSource?
I recommend using the PhD_IDE: https://wiki.php.net/doc/articles/phd_ide http://doc.php.net/downloads/ -Hannes -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
