Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 739 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 739 Bytes

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

Demo photo

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