General Community > Chit Chat
Php ide, anyone is using them?
cicka:
I have always used a simple php editor program to do my coding. But recently I was advised to use a php ide which is handier to code, especially for larger projects. Has anyone used them? If you have, can you please share your experiences and thoughts about it? Are they easy to use? Are they really handy?
I am asking because when I did some research they looked kind of complicated to me.
vbgamer45:
I have used a bunch. Zend Studio was my favorite for a long time up to 5.2 release I believe would still be using if it supported the last windows versions but they remade their software and the newer versions suck though. Now using phpDesigner.
IDE's do help a lot though with large projects and just speeding up development in general.
Arantor:
I find IDEs actually slow me down when coding - I find it tries to write the code for me or second guess what I'm about to do, and by the time I stopped working on Visual Basic, I actively hated using IDEs in general. Here I am, a decade later and I still don't like IDEs.
Happy Notepad++ user here :)
Suki:
I had used a lot of IDEs, the free ones of course, non of them really convinced me.
Some were just too heavy, some of them were good but couldn't even remove the tabs and spaces from empty lines, that is a big NO-NO for me, I'm a control freak and having horrible tabs and spaces on lines (empty lines or just tabs and/or spaces after the code) is just unacceptable.
Some of them have hardcoded keyboard shortcuts predefined for an English keyboard, making it really hard to use it on a Spanish one.
I find Notepad++ to be really fast and can do everything I need, I even set up a keyboard shortcut to remove all tabs and spaces which I constantly use along with the comment, save, save all and EOL conversion. It has some pretty useful plugins too.
The only thing I really miss from an IDE is having a sidebar with all your folders/files but luckily Notepad++ has sessions so I usually end up using session files to just load the files I currently use/need.
I'm also not a fan of auto-suggesting function names and stuff, I make so many typos when coding that the thing is pretty much useless, I prefer just typing "funticon" and then do a search/replace on all files.
live627:
No IDE FTW!
Navigation
[0] Message Index
[#] Next page
Go to full version