-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow path navigation for templates #1076
Comments
allow path navigation for templates #1076
👍 |
Will we get this inside Controller and annotation as well?
|
yes its on the way ;) |
done |
This is still not working with a custom $this->render('@myModule/showFoo.html.php'); class MyBaseController
{
/**
* @param string $template #Template
* @param array $vars
*/
protected function render($template, $vars)
{
//...
}
} The template file is resolved and goto works. But not path navigation when Ctrl+click on The |
Split navigation target on directory seperator
The text was updated successfully, but these errors were encountered: