Question

I'm pretty new to developing with SilverStripe. At the moment I'm using Firefox / Kate for development on the new platform.

I was wondering what other people use? Has anyone used Eclipse with any success? Are there any other IDEs / environments / approaches that work well with SilverStripe?

Was it helpful?

Solution

I'm using Aptana, an Eclipse based IDE.

I'd recommend searching on here for PHP IDEs for a better answer.

OTHER TIPS

Try using Netbeans for PHP-development, works great for me.

I use Zend Studio 5.5 which is no longer distributed since they replaced their custom app with a Eclipse variant. I would go with Aptana Studio if you think about going with an Eclipse variant.

Just make sure that you can syntax highlight .ss files like .php and you are fine with any that let you see your whole project as you will jump to/from /mysite and /themes folders quite often.

The Silverstripe documentation recommends the PHP Development Tools PDT for Eclipse amongst others: http://doc.silverstripe.org/tools

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top