Show your IDE/Editor

I was wondering what other PHP developers’ screens look like, when they work with their IDE (or editor). Make a screenshot and show everyone else what your code looks like in your IDE (or editor)! It’s like show and tell in grade school! :blush:

Scott

Here is my NetBeans IDE screen of some Symfony code.

And I am playing around with PHP Storm currently too. I am starting to like PHPStorm more and more. As I use it, I notice it is designed much more with a PHP developer in mind.

Scott

Just Sublime for me. I prefer nice and uncluttered interfaces. Buttons and menus just reduce the amount of visible code.

Edit: I should add I have the plugins for Git integration and PHPUnit and the PHP linter for detecting parse errors.

1 Like

Awfully blue. :smiley:

Scott

I prefer it to the usual rainbow effect of syntax highlighting. Blue = code, green = not code (strings, comments, etc) :slight_smile:

To each his own I guess :smile:

The color schemes in my screens are also my own, started from the Monokai theme, but altered to my liking.

Scott

I’m not sure whether NP++ counts as an IDE, but it’s what I use

1 Like

Unlike everyone else that’s posted, I prefer my OS’s file manager, so I don’t have file browser sidebar in my setup. Also, because I have the screen real estate, I prefer to have two file panes up:

Edit: Like @TomB, I have the plugins for git integration and the PHPLinter installed in SublimeText. The linter plugin, especially, is a must.

1 Like

I’m going to have a look into PHPlint. Thanks for the tip @TomB too.

Scott

Not really, but still, thank you for the post. I’ve asked to have my OP changed too. :blush:

Scott

This is after an upgrade and I haven’t put the dark theme back in place yet (and whilst debugging)

Non-debug mode (still not using dark theme yet)

Dark Theme (non-debug mode)

That isn’t PHP though! :open_mouth: :smile:

Scott

I’ll add that later :smile: I do a lot of both and didn’t want the horrid side of .NET to be left out :wink: (though I do have PHP extensions installed in Visual Studio… I just don’t have recent code examples to open up)

1 Like

Ah, forgot I had this one on my flash drive :smile: It is PHP code too! (bonus points) – and not in Visual Studio, but IntelliJ

1 Like

Posting that, made me realize there is a bug in that code (well, bug is a lose term, it has a scenario that should have been handled differently).

Deals with PostContentAsNewTopic and PostContentAsNewPost (both have the same silly mistake).

@Jeff_Mott @swader @Michael_Morris @StarLion @fretburner @Dormilich (and any others out there! :smiley: )

How about a peek into your PHP development tool too?

If you think about it, the editing tool we use to code with is the canvas and palette we have as PHP “artists”. PHP being the paint!

Scott

Netbeans is my choice. Free and powerful.

I can’t understand how can people code in NP++ and other text editors (not IDEs) without code completion and CTRL+click quickjumping to function definitions.

1 Like

Actually, I think NP++ has code completion. But, yes. “plain” editors lack a lot of other useful functions like version control, debugging, CI and deployment functions.

Scott