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.
- Host: GitHub
- URL: https://github.com/wesjd/vscode-ext-line-to-defn
- Owner: WesJD
- License: gpl-3.0
- Created: 2024-02-17T20:52:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T06:05:35.000Z (over 2 years ago)
- Last Synced: 2025-02-18T01:37:25.058Z (over 1 year ago)
- Topics: typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

## 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)