We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I would be great if the plugin could support the new controller format (FQCN::method) in the routing definitions for autocompletion.
FQCN::method
The format itself is supported (= Cmd+Click works and jumps to the correct method), but autocompletion doesn't work yet:
Autocompletion only supports the old format: ❌
Related to #1159
The text was updated successfully, but these errors were encountered:
improve completion support for FQCN::method routes #1231 #1159
e7840fa
Merge pull request #1342 from Haehnchen/feature/1159-route-colon
aea05e9
done
Sorry, something went wrong.
Haehnchen
No branches or pull requests
Hi,
I would be great if the plugin could support the new controller format (
FQCN::method
) in the routing definitions for autocompletion.The format itself is supported (= Cmd+Click works and jumps to the correct method), but autocompletion doesn't work yet:
Autocompletion only supports the old format: ❌
![2018-09-20 at 11 44](https://user-images.githubusercontent.com/1032411/45810310-a146fd80-bcca-11e8-83bf-6144c0947f08.png)
Related to #1159
The text was updated successfully, but these errors were encountered: