Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for inline codelens #405

Closed
mickaelistria opened this issue Feb 16, 2018 · 3 comments
Closed

support for inline codelens #405

mickaelistria opened this issue Feb 16, 2018 · 3 comments
Labels
feature-request Request for new features or functionality

Comments

@mickaelistria
Copy link

Currently, codelens are only line "headers". In practice, several examples show that such text decoration can also be pretty useful inline, between two characters. For example, IntelliJ (and soon Eclipse IDE) allow to show the parameter name on ambiguous methods.
CodeLens should be allowed to receive as parameter a text position (line/column) where to be inserted, and in case column is missing, it could default to current behaviour which is about making a line header.

@dbaeumer dbaeumer added the feature-request Request for new features or functionality label Apr 9, 2018
@dbaeumer dbaeumer added this to the Backlog milestone Apr 9, 2018
@kjeremy
Copy link
Contributor

kjeremy commented Mar 13, 2020

rust-analyzer has an issue for figuring out how to upstream their version of this.

@angelozerr
Copy link
Contributor

IMHO I think #745 should be more generic than Codelens only.

@dbaeumer
Copy link
Member

I will fold this with #956

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 25, 2020
@dbaeumer dbaeumer removed this from the Backlog milestone Nov 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants