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

Ability to filter Explorer view by Codeowner #27

Open
JasonStoltz opened this issue Dec 4, 2024 · 1 comment
Open

Ability to filter Explorer view by Codeowner #27

JasonStoltz opened this issue Dec 4, 2024 · 1 comment

Comments

@JasonStoltz
Copy link

Hey @jasonnutter. I find this plugin super helpful for navigating https://github.com/elastic/kibana, which is a huge repo with a ton of codeowners.

Just curious, do you have any thoughts on how this could be adapted to add a feature that would allow you to filter the Explorer to show only files owned by a particular Codeowner?

It should be possible to use codeowners to generate a list of all files owned by a codeowner -- then assuming VS Code has some sort of hook to filter the Explorer, it would just be a matter of passing that list to that hook.

This is part feature request, part question, part thinking out loud, and also part me saying thank you for creating this, I really like it. ❤️

@JasonStoltz
Copy link
Author

I'm assuming it could be possible to use the TreeView API to provide a new tree view that is filtered to show only files owned by a particular codeowner, and use that codeowners library to do the filtering.

@JasonStoltz JasonStoltz changed the title Ability to filter navigation view by Codeowner Ability to filter Explorer view by Codeowner Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant