Answer the question
In order to leave comments, you need to log in
What is the development environment for web applications with convenient debugging?
Good afternoon.
I am developing web applications based on Yii2. At the moment, I use Sublime Text 3 for coding. Looking at the convenient Visual Studio debugger, I understand that my way of "debugging" with all sorts of die (...) and print_r (...) is the last century.
Yes, I know about xDebug. But in combination with which IDE is it better to use it (in SB 3 it is, to put it mildly, not convenient)? Visual Studio also has such cool things as reSharper and intellisense. As a result, the question is: what combination of tools to get the following functionality:
1. A convenient debugger with line-by-line code passage, at the Visual Studio level.
2. Yii2 hints like reSharper and intellisense.
Is it achievable at all?
Answer the question
In order to leave comments, you need to log in
I found it myself. Atom from Github. Not bulky, minimalistic, simple.
NetBeans.
Free. Works with xDebug (although you need to read a little about how exactly, but anyway).
Highlighting function methods - works (if you compose phpDoc correctly, of course).
Minus - it slows down a bit, like most Java editors, and there is annoying auto-completion, but, fortunately, it can be easily turned off.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question