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.
- Host: GitHub
- URL: https://github.com/jasonnutter/vscode-codeowners
- Owner: jasonnutter
- License: mit
- Created: 2018-12-13T04:19:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T14:59:35.000Z (over 2 years ago)
- Last Synced: 2025-06-08T06:41:42.784Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=jasonnutter.vscode-codeowners
- Size: 326 KB
- Stars: 10
- Watchers: 0
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
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

### Status bar




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

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