I
I
Ilya Levin2015-10-18 23:49:09
Yii
Ilya Levin, 2015-10-18 23:49:09

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

4 answer(s)
I
Ilya Levin, 2016-01-30
@ilyachase

I found it myself. Atom from Github. Not bulky, minimalistic, simple.

I
index0h, 2015-10-18
@index0h

phpStorm

A
Andrey Pavlenko, 2015-10-19
@Akdmeh

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.

S
Sergey Zhukov, 2015-10-19
@Adobe

Better than PhpStorm has not yet met.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question