[TYPO3-dev] What IDE do you use for development?

Dmitry Dulepov dmitry at typo3.org
Tue Dec 30 10:14:53 CET 2008


Hi!

Stephan Petzl wrote:
> oh, seams like i used the wrong annotations for PDT. Komodo recognizes
> the @property annotation for classes - PDT does not. I will try the @var...

It works with @var. I wrote a bug report to Komodo and they were amazingly fast to add support for it :) They recognize now:

/** @var classname */
/* @var classname */
/** @var $var classname */
/* @var $var classname */

The last is the only one recognizable by PDT / ZS, so I prefer it (works in both IDEs).

-- 
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/why_your_typo3_installation_can_be_slow/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book




More information about the TYPO3-dev mailing list