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
I'm using php bin/console debug:router | awk 'NR>1' | sort -k 3 | column -t to sort the output by Path name.
However, I'm missing the feature to open directly the definition of a route in my IDE.
I would love to have a --sort Path, --sort Name etc flag instead, so I could simply run php bin/console debug:router --sort Path.