A VSCode extension for making use of GitHub CODEOWNERS in your editor
See the Requirements section for installation notes
- Syntax highlighting for
CODEOWNERSfiles
- See the
CODEOWNERof current file in status bar
- Quick jump to
CODEOWNERSfile
Find a section of a codebase you'd like to claim ownership over? You can click the CODEOWNERS status bar item to jump right into the CODEOWNERS file to kick off that discussion.
- Install
git-codeownersfirst
💡 Git Codeowners is a command line tool that extends your git workflow to query a repository's GitHub CODEOWNERS file.
It can easily be installed using homebrew. See the project's README for more information.
$ brew tap softprops/tools
$ brew install git-codeowners- Install this extension from the VSCode Marketplace (or by entering
ext install dtangren.vs-codeownersat the command paletteCtrl+P).
Find a 🐛 or have an idea for a feature? Open an issue here and let us know what you think.
Initial MVP release

