https://github.com/ctf0/implementation-lens
https://github.com/ctf0/implementation-lens
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/implementation-lens
- Owner: ctf0
- License: gpl-3.0
- Created: 2022-12-24T16:50:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T17:27:49.000Z (over 3 years ago)
- Last Synced: 2024-10-11T12:19:30.634Z (over 1 year ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Implementation Lens
code lens to show interface Implementations count and show usage peek when clicked, kinda similar to [typelens](https://marketplace.visualstudio.com/items?itemName=kisstkondoros.typelens) but for implementations instead of references.
## Api
- `vscode.executeDocumentSymbolProvider`
- `vscode.executeImplementationProvider`