Answer the question
In order to leave comments, you need to log in
How to create a file map?
Good afternoon. Is there some plugin for sublime text 3 that will create a filemap from a template? Regular expression, for example. Let's say we have a main file with all the site's routes:
Router::add('GET /', function() {})
Router::add('GET /feedback', function() {})
Router::add('GET /news/add', function() {})
Well, the map:
GET /
GET /feedback
GET /news/add
Click on the name and go to the right place
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question