You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
As VSCode natively does for Javascript Projects, it would be nice that Crane supports defining a phpconfig.json file with project-related configurations.
If no phpconfig.json is present in the project, PHP files should be treated as independent units unless there is a require or include statement. This means auto-completion only for local scope. Crane should not process and parse the whole project folder until it has said configuration file created.
Ideally Crane should check (and watch) either /composer.lock or /vendor/composer/installed.json for additional "autoload" rules that will be merged with phpconfig.json ones. The later having priority over composer ones. Composer's vendor folder and installed.json paths can be specified by the user on phpconfig.json.
Crane should hint/suggest the user to create phpconfig.json when opening a PHP file that has a use or namespace statement.
I used "PHP Designer" editor, simple it show list of files that defined a same function when we using "Go to Definition" features. I think that feature useful for us
As VSCode natively does for Javascript Projects, it would be nice that Crane supports defining a phpconfig.json file with project-related configurations.
Examples
CakePHP 3.x:
CodeIgniter
Some key points:
Thanks!
The text was updated successfully, but these errors were encountered: