Revision #5 has been created by Roman Solomatin on Oct 28, 2010, 8:44:44 PM with the memo:
Removed redundant "there are more, do your research" tip - that's not really a tip. Using word 'something' instead of abbreviation 'smth' for our non-English visitors.
« previous (#4) next (#6) »
Changes
Title
unchanged
Eclipse PDT - code-hints, references and other goodies
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
IDE
Content
changed
[...]
## Tips
* Might happen code-hints doesn't work. Try to remove yiilite.php - it has all framework's classes inside but without documentation. Maybe Eclipse stops after parsing it.
* Having yiilite.php will actually give you all classes twice. You might want to remove it for convenience. (Check docs on performance once you're approaching release date!)
* Holding mouse over smthomething in the code will give you tooltip with info on that s
mthomething if any.
* F4 will open type-hierarchy (PDT 2.0).
* There are more, do your research