dora
dora

Reputation: 1344

IDE for building extensions in TYPO3

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

Answers (1)

Merec
Merec

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

Related Questions