zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
41.74k stars 2.17k forks source link

Support for .github/CODEOWNERS status in status bar #9915

Open Nitemaeric opened 3 months ago

Nitemaeric commented 3 months ago

Check for existing issues

Describe the feature

I'd like for Zed to read the local .github/CODEOWNERS file and show which GitHub accounts/groups are owners of the file currently open in the editor.

As GitHub Copilot is a core part of Zed's experience, I'd love to understand how much GitHub-native functionality Zed wants to support out-of-the-box?

Here is an example of a VS Code extension providing this functionality: https://marketplace.visualstudio.com/items?itemName=jasonnutter.vscode-codeowners


Alternatively, allowing extensions to customise the status bar would also allow the third-party development of this functionality.

If applicable, add mockups / screenshots to help present your vision of the feature

CleanShot 2024-03-28 at 13 37 22

CleanShot 2024-03-28 at 13 26 06

Imgkl commented 3 months ago

This feature as extension would make more sense.