https://github.com/softprops/vs-codeowners
VSCode extension for GitHub CODEOWNERS files
https://github.com/softprops/vs-codeowners
codeowners vscode vscode-extension
Last synced: 6 months ago
JSON representation
VSCode extension for GitHub CODEOWNERS files
- Host: GitHub
- URL: https://github.com/softprops/vs-codeowners
- Owner: softprops
- License: mit
- Created: 2019-09-02T00:24:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T22:45:10.000Z (over 6 years ago)
- Last Synced: 2025-06-13T00:24:24.950Z (7 months ago)
- Topics: codeowners, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# vs-codeowners [](https://github.com/softprops/vs-codeowners/actions)
> A [VSCode](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/items?itemName=dtangren.vs-codeowners) for making use of [GitHub CODEOWNERS](https://help.github.com/en/articles/about-code-owners) in your editor
## Install
See the [Requirements](#requirements) section for installation notes
## Features
* Syntax highlighting for `CODEOWNERS` files

* See the `CODEOWNER` of current file in 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`](https://github.com/softprops/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`](https://github.com/softprops/git-codeowners#readme) for more information.
```sh
$ brew tap softprops/tools
$ brew install git-codeowners
```
2) Install this extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=dtangren.vs-codeowners) (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](https://github.com/softprops/vs-codeowners/issues/new) and let us know what you think.
## Release Notes
### 0.0.1
Initial MVP release