[Feature] Add `Implementation` CodeLens
Open
Editor-CodeLens
Feature Request
Triaged
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
## Environment data
`dotnet --info` output:
VS Code version: 1.61.0
C# Extension version: 1.23.16
## Expected behavior
Today, we have a **References** CodeLens available for some symbols, which is really useful.
The request is to add a new **Implementations** CodeLens, which would be available only for Methods/Functions.
As a side note, the information itself already exists on the LanguageServer, because the `Go to Implementation` command works, so it would be a matter of adding the CodeLens, using that information.
It's a feature similar to what JetBrains Rider provides.
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.