PhpStorm

nate
@nate
9 years ago
917 posts
OMG!!!

After years of Dreamweaver... omg, PhpStorm is... OMG!!!

What's crazy is a just started using Android Studio at the beginning of the year, which is basically IntelliJ. Using it, made me hate Adobe. So I started looking. I tried Komodo IDE for a month. I never thought to check JetBrains.
updated by @nate: 03/27/15 12:22:33AM
michael
@michael
9 years ago
7,718 posts
Yep, I felt the same coming from eclipse. Its pretty awesome. :)
nate
@nate
9 years ago
917 posts
I set up a jamroom project to develop my modules. Now I get code hinting for all jamroom built in functions. Life is completely different now.
michael
@michael
9 years ago
7,718 posts
Occasionally I go to HELP -> PRODUCTIVITY GUIDE and order by the USED column to see how many of the functions still exist that I've never used.

* Some of my favourite ones are GIT integration and ctrl+d (compare) on stuff that i've been working on from the CHANGES panel so I can review all the changes I've made.

* debugger integration to pause it at break points to see what all the variables are set to while developing.

* alt + shift + l (code reformatter ), I'll attach the .jar of here in case you want to use the same coding layout that that we use. import it from FILE -> IMPORT SETTINGS.

* ctrl + shift + 1 (or any number 1~9) to set a bookmark and ctrl + 1 to go back to that bookmark.

Theres a ton. I'm sure you'll have your favorites too.
zip


updated by @michael: 02/14/15 11:10:21PM
nate
@nate
9 years ago
917 posts
Some of that stuff is over my head but I need to finally learn it.

Thanks.
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
I just bite the bullet and finally bought it too, seams there has been a sale everywhere but the UK lol

What way do you set up the Jamroom project?
nate
@nate
9 years ago
917 posts
Just create a project from exiting files with jamroom as the root directory.
michael
@michael
9 years ago
7,718 posts
Theres setup steps on this page:

"Setting up a debugging environment"
https://www.jamroom.net/the-jamroom-network/documentation/development/129/setting-up-a-debugging-environment

The first part is about xdebug and setting up your own server, down the bottom is getting the PhpStorm settings right.

Tags