sublime-php-namespace
sublime-php-namespace copied to clipboard
Automatically count the top level folder(s) as a stop folder
It would be quite helpful if this would automatically treat the top level folder(s) as a stop folder. This would be especially useful when using Laravel which uses a PSR-4 setup to autoload from /app
. Unless I add each individual project's root folder into the config it will go all the way to the root of the drive.
Hello,
This feature could be a boolean option in the configuration, for example : stop_on_project_root
Can you do the PR ?
I wish I could, but don't know python or sublime's api right now