Jump to content

Recommended Posts

Posted (edited)

Just thought I would put a post out asking what you are all using for PHP editing. I am currently using EditPad Pro and Sublime Text but they are pretty bare bone although nice, tempted to give Eclipse another go though.

 

So what do you use?

Edited by ZeroHour
Posted (edited)

Wow everyone is old school, simpler editor based and not an IDE in sight!

I do use nano on console, I couldn't really get into vi.

Edited by ZeroHour
  • Thanks 1
Posted
Wow everyone is old school, simpler editor based and not an IDE in sight!

I do use nano on console, I couldn't really get into vi.

 

I've never really seen the appeal of an IDE for web development tbh! It's so easy to set up a local web server, have a browser open on one side and a text editor on the other..

Posted

Notepad++

 

Wow everyone is old school, simpler editor based and not an IDE in sight!

I do use nano on console, I couldn't really get into vi.

 

I'm glad I'm not alone on that. I always hear how powerful vi is, but each time I try to use it I just get frustrated at the never ending list of KB shortcuts I'm expected to remember to perform the most basic of tasks.

Posted
I've never really seen the appeal of an IDE for web development tbh! It's so easy to set up a local web server, have a browser open on one side and a text editor on the other..

 

Thats basically what I do now, years ago I used Zend Studio and it had some really nice code completion features but now its just a fork of Eclipse.

Posted
I'm glad I'm not alone on that. I always hear how powerful vi is, but each time I try to use it I just get frustrated at the never ending list of KB shortcuts I'm expected to remember to perform the most basic of tasks.

 

Every time I went to use it I ended up abandoning it as I would spend more time learning it then actually working.

Posted

Another sublimetext 3 user here.

 

I'm glad I'm not alone on that. I always hear how powerful vi is, but each time I try to use it I just get frustrated at the never ending list of KB shortcuts I'm expected to remember to perform the most basic of tasks.

 

The big advantage of vi and knowing the native keys is that it is a standard part of every unix and useable on almost any tty type.

Posted
Notepad++. I used to use plain old Notepad - I did my final year project in it - but the colour highlighting in Notepad++ is life-changing. Makes reading code much, much easier.
Posted
Notepad++. I used to use plain old Notepad - I did my final year project in it - but the colour highlighting in Notepad++ is life-changing. Makes reading code much, much easier.

 

Syntax highlighting really is a game changer. Might sound odd to some who have only started coding fairly recently, but way back when IDEs were either prohibitively expensive and/or had a steep learning curve, a lot of us would just write code in Notepad then painstakingly trawl through looking for mistakes when it doesn't work.

 

These days, the thought of editing code without syntax highlighting gives me cold sweats! Add auto-complete/IntelliSense to the mix and I don't think it's ever been easier/lazier to be a coder!

Posted (edited)

I've used Notepad++ with the auto save on window change plugin which is very useful.

 

Sublime text 3 and Brackets (with the dark theme) are also nice.

Edited by zag
  • 5 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...