Sublime Forum

Add custom symbol in PHP?

#1

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… :frowning:

How can I solve it ?

Thanks

0 Likes

#2

Look at SublimeCodeIntel.

0 Likes

#3

How does this package help?

0 Likes