Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

PhpStorm setup


Go to End


4 Posts   2423 Views

Avatar
chigro

Community Member, 1 Post

3 November 2012 at 10:55am

Hey!

I was just reading in SilverStripe Core Development Google group that the internal developers use PhpStorm for development. I was wondering that if anybody from the core team sees this post, if they could share their setup/settings. It'd be really cool if we can get some silverstripe code completion!

Avatar
swaiba

Forum Moderator, 1899 Posts

7 November 2012 at 2:01am

I use this and there is no setup required... make a new project select the root folder... wait for it to finish analysing everything and viola... code completion.

(Note same thing is true for NetBeans)

Avatar
candidasa

Community Member, 10 Posts

7 November 2012 at 10:16am

Hi,
I also like using PHPStorm. It's a great IDE for SilverStripe development.

Some SilverStripe-specific things like the $db variables do not auto-complete. But that isn't too big an issue for me. Otherwise, like swaiba says, it all just works out of the box. Version control integration is great, too.

Avatar
zav

Community Member, 6 Posts

15 December 2012 at 11:20pm

What file type do you set your .ss templates too?
At the moment I'm using Smarty, but there's no colouring or auto completion.