8000 GitHub - gustavz/vscode-codeowners: VS Code extension for CODEOWNERS files, but flexible.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gustavz/vscode-codeowners

 
 

Repository files navigation

vscode-codeowners

VS Code extension to display the code owners for the current file, as defined in the 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.

Modify CODEOWNERS file name

You can modify the default CODEOWNERS file name to any custom name which your project uses:

{
    "codeowners.fileName": "MY_CUSTOM_CODEOWNERS"
}

About

VS Code extension for CODEOWNERS files, but flexible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0