A
A
akrom1232014-07-31 22:33:20
css
akrom123, 2014-07-31 22:33:20

Are there plugins in Sublime Text for code hinting like PHPStorm IDE?

I would like to know if there are any plugins for Sublime Text 2 that suggest code from another project file, as in development environments, for example, there are 2 files index.php and test.php, I want hints from the test.php file to be displayed in index.php

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
egor_nullptr, 2014-07-31
@egor_nullptr

SublimeCodeIntel

N
NotBad_Bugfix, 2014-07-31
@NotBad_Bugfix

no.

A
Alex Kheben, 2014-07-31
@zBit

All autocomplete - autocomplete from open files regardless of language.
For PHP there is Phpcs , it parses files in all folders that you have added to the project tree. Unlike All autocomplete, there is no need to keep the file open. Only if you have a lot of files and a weak computer, then it's better not to.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question