Hi,
I’m using Slim php framework and I want to add custom symbols to move fast between them.
By default ST only supports “function” but my code is for example:
$app->get(’/sample-route’), function({});
$app->get(’/another-route’), function({});
and when I hit CMD+R returns nothing… 
How can I solve it ?
Thanks