Reputation: 1344
Is there any IDE for developing an extension in TYPO3 V 6.0 + ? I'm using extension builder to develop extensions and FE plugins
Upvotes: 0
Views: 75
Reputation: 2761
You can use every IDE that supports Namespaces (php 5.3 feature) to get the best results in code completion and type hinting. I prefer PHPStorm but I also used PHPEclipse a while ago.
Upvotes: 1