Skip to content
New issue

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

Support labels for matched files #3

Open
peabnuts123 opened this issue Sep 11, 2017 · 1 comment
Open

Support labels for matched files #3

peabnuts123 opened this issue Sep 11, 2017 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@peabnuts123
Copy link

It would be really nice if you could assign a name to locators that described what they are, so that when you view related files you could see the path as well as what they "are" e.g.

{
  "pattern": "(app)/routes/(.*)\\.js$",
  "locators": [
    { "label": "Template", "glob": "$1/templates/$2.hbs"},
    { "label": "Controller", "glob": "$1/controllers/$2.js"}
  ]
}

Which might display something like:

Files related to account.js • app/routes:
Template app/templates/account.hbs
Controller app/controllers/account.js
@eamodio
Copy link
Owner

eamodio commented Sep 12, 2017

Very interesting idea! I'll take a look into adding something like this.

@eamodio eamodio added the feature New feature or request label Sep 12, 2017
@eamodio eamodio added the help wanted Want community input and/or pull request label Oct 12, 2017
@eamodio eamodio self-assigned this Apr 22, 2018
@eamodio eamodio removed the help wanted Want community input and/or pull request label Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants