Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question