Skip to content

softprops/vs-codeowners

Repository files navigation

vs-codeowners

A VSCode extension for making use of GitHub CODEOWNERS in your editor

Install

See the Requirements section for installation notes

Features

  • Syntax highlighting for CODEOWNERS files

syntax highlighting

  • See the CODEOWNER of current file in status bar

status bar

  • Quick jump to CODEOWNERS file

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.

Requirements

  1. Install git-codeowners first

💡 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
  1. Install this extension from the VSCode Marketplace (or by entering ext install dtangren.vs-codeowners at the command palette Ctrl+P).

Known Issues

Find a 🐛 or have an idea for a feature? Open an issue here and let us know what you think.

Release Notes

0.0.1

Initial MVP release

About

VSCode extension for GitHub CODEOWNERS files

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published