A VS Code extension to display the GitHub Code Owners for the current file, as defined in the CODEOWNERS file.
Open the online marketplace listing for GitHub Code Owners and click "Install". Follow the prompts to open VSCode and install GitHub Code Owners.
In VSCode, type CMD
+P
and enter ext install chdsbd.github-code-owners
. Or search for and install chdsbd.github-code-owners
via the extensions tab.
Download the extension package from the latest Github release and run code --install-extension github-code-owners-*.vsix
With vsce
installed from NPM (yarn global add vsce
), clone this repo and run vsce package
. Install the resulting package with code --install-extension github-code-owners-*.vsix
Shows the first code owner. Click to see matching line in CODEOWNERS file.
Open matching line in CODEOWNERS file with the GitHub Code Owners: Show owners of current file
command.
Make usernames in CODEOWNERS files links to GitHub and add syntax highlighting.
- CODEOWNERS by Jason Nutter
- vs-codeowners by softprops
- CodeOwners by HCoban
- CODEOWNERS Linter by Filipe Constantinov Menezes
- Codeowners Extended by Noah Manneschmidt
This repository is forked from jasonnutter/vscode-codeowners, with UI changes and more correct CODEOWNERS compliance via @snyk/github-codeowners.