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?
Sincerely
Ole Kröger
