Timlab55 Posted September 20, 2021 Share Posted September 20, 2021 I haven't seen this asked, but about 15 years ago when I did some PHP stuff, there was one editor I used all the time. Since then, I haven't touch the stuff and lost the editor that I truly loved. Now days, I'm sure things have changed (which I can see it has), therefore, I'm here to asked this question. I'm looking for a cheap if not free PHP editor. One that shows alot of mistakes in my coding at first. One that is easy to install and once I get something down, I would like to run it to see how it looks inside my browser. If someone has any suggestions, please leave me a reply. Thanks Quote Link to comment Share on other sites More sharing options...
gw1500se Posted September 20, 2021 Share Posted September 20, 2021 There are lots of them around and asking for advice about which to use could start a religious war. 😀 I use RJ TextEd. 1 Quote Link to comment Share on other sites More sharing options...
Barand Posted September 20, 2021 Share Posted September 20, 2021 1 hour ago, gw1500se said: I use RJ TextEd. You gotta be joking. There's only one true Editor - PHPEd 😁 - and so it begins. 1 Quote Link to comment Share on other sites More sharing options...
Moorcam Posted September 26, 2021 Share Posted September 26, 2021 On 9/21/2021 at 3:03 AM, Barand said: You gotta be joking. There's only one true Editor - PHPEd 😁 - and so it begins. Is it worth the price though? What does it offer that say, Sublime Text or Visual Studio Code doesn't? Asking for a friend I used Notepad++ for years and recently started to use Sublime Text. Quote Link to comment Share on other sites More sharing options...
Strider64 Posted September 26, 2021 Share Posted September 26, 2021 (edited) 9 hours ago, Moorcam said: Is it worth the price though? What does it offer that say, Sublime Text or Visual Studio Code doesn't? Asking for a friend I used Notepad++ for years and recently started to use Sublime Text. While PHPStorm is subscription based, it's pretty good in my opinion and for an IDE it has helped my PHP skills a lot. It makes suggestions on how to write the code in a better way that I would never have thought of and makes syntax errors easy to resolve. I am not affiliated with JetBrains as I just like using their developer tools as it simplifies my coding a lot. Edited September 26, 2021 by Strider64 1 1 Quote Link to comment Share on other sites More sharing options...
LeonLatex Posted September 27, 2021 Share Posted September 27, 2021 On 9/20/2021 at 5:34 PM, gw1500se said: There are lots of them around and asking for advice about which to use could start a religious war. 😀 I use RJ TextEd. Thats right 🤣 Quote Link to comment Share on other sites More sharing options...
LeonLatex Posted October 3, 2021 Share Posted October 3, 2021 (edited) On 9/20/2021 at 7:03 PM, Barand said: You gotta be joking. There's only one true Editor - PHPEd 😁 - and so it begins. With a comment like this you could be responsable to start ww3! 😮 🤣 Edited October 3, 2021 by LeonLatex spelling error Quote Link to comment Share on other sites More sharing options...
kicken Posted October 4, 2021 Share Posted October 4, 2021 PHPStorm is what I use, but the price may put it out of consideration for any non-professional. Editplus is what I used to use before PHPStorm. I still keep it around as it's a nice general-purpose text editor. The price is low and it's one time payment for the most part. Might have to pay again for a future version if you want to upgrade years down the road (minor versions and next major version upgrade are included with original purchase). Notepad++ is what I tend to use if I just need to download an editor for a short period of time. Quote Link to comment Share on other sites More sharing options...
gizmola Posted October 6, 2021 Share Posted October 6, 2021 I have to agree with Requinix that PHPStorm is by far the choice of professional developers. It's an amazing editor in every way, and is the king of many other languages like Java. With that said, for web development in general, Visual Studio Code from Microsoft has really taken the web development world by storm, and with plugins is a very competitive PHP development environment. I do a lot of remote editting, and I still use Eclipse/PDT for many things, but I'm slowly making the transition to using VSC, and were it not that old habits and configurations die hard, I'd probably retire Eclipse and move to VSC 100% of the time. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.