An open API service indexing awesome lists of open source software.

https://github.com/jasonnutter/vscode-codeowners

VS Code extension for CODEOWNERS files.
https://github.com/jasonnutter/vscode-codeowners

Last synced: 12 months ago
JSON representation

VS Code extension for CODEOWNERS files.

Awesome Lists containing this project

README

          

# vscode-codeowners

VS Code extension to display the code owners for the current file, as defined in the [CODEOWNERS](https://help.github.com/articles/about-codeowners/) file.

## Features

### Syntax highlighting

![](./img/syntax_highlighting.png)

### Status bar

![](./img/status_bar_none.png)
![](./img/status_bar_one.png)
![](./img/status_bar_two.png)
![](./img/status_bar_three.png)

The first code owners for an open file will be displayed in the right side of the status bar. Clicking the status bar item will open a menu displaying all of the code owners.

### Command

![](./img/command.gif)

Use the command palette to run the `CODEOWNERS: Show owners of current file` command, which will display all code owners for the current file.