dotnet / dotnet/vscode-csharp

[Feature] Add `Implementation` CodeLens

Open
#4,826 0 comments 8 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.