|
Re: PHP context sensitive help question [message #544415 is a reply to message #543961] |
Fri, 02 July 2010 15:34   |
Missing name Mising name Messages: 17 Registered: June 2010 |
Junior Member |
|
|
Hi David,
F1 is for the Eclipse Help (which you just opened), try F2 instead, it will open the PHP Manual.
But: That does only work on function names - so it won't work with language constructs (like IF, ELSE, FOREACH, EMPTY etc.).
Instead of pressing F2, you can just put the mouse over a function name and wait a little. It should show the help then.
Bonus: If you use PHPDoc comments for your functions, you get help for your code as well.
SHIFT+F2 will open a browser window with the PHP Manual Entry.
[Updated on: Fri, 02 July 2010 15:35] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02291 seconds