V
V
Vladislav Sofienko2017-09-21 08:48:36
atom
Vladislav Sofienko, 2017-09-21 08:48:36

How to make Atom or VSCode normally see classes and other utensils for php developer'a?

Is it possible to make text editors see:
1) class attributes

/**
 * User model
 *
 * @property integer $id
 * @property string $username
 * @property string $password_hash
 * @property string $password_reset_token
...
 */

2) some required namespaces for called methods "use blablabla" there for yii2 for example... unfortunately the atom-yii2 plugin for Atom can't handle it
3) syntax error hints in php
4) code navigation (classes) like at IDE via F12

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rustler2000, 2017-09-21
@rustler2000

Try https://atom.io/packages/ide-php - just announced last week along with facebook

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question