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

https://github.com/wesjd/vscode-ext-line-to-defn

VSCode extension to draw a line from a symbol reference to a symbol definition in the same file.
https://github.com/wesjd/vscode-ext-line-to-defn

typescript vscode vscode-extension

Last synced: 3 months ago
JSON representation

VSCode extension to draw a line from a symbol reference to a symbol definition in the same file.

Awesome Lists containing this project

README

          

# VSCode Extension: Line to Definition

VSCode extension to draw a line from a symbol reference to a symbol definition in the same file.

[Install via VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=wesjd.line-to-definition)

![Demo photo](./demo.png)

## Configuration

- Line Color
- The color of the line to display. Supports any SVG stroke color option.
- Default: `red`
- Line Opacity
- The percentage opacity of the line when displayed.
- Default: `50` (50%)
- Line Width
- The width of the line when displayed
- Default: `1`

## Find a bug?

Submit an issue following the issue guidelines of a code sample and photo
of the problem.

## License

[GNU GPLv3](LICENSE)