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

Language Server Protocol: Code Lens Resolve #1805

Closed
vparfonov opened this issue Jul 18, 2016 · 2 comments
Closed

Language Server Protocol: Code Lens Resolve #1805

vparfonov opened this issue Jul 18, 2016 · 2 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@vparfonov
Copy link
Contributor

The code lens resolve request is sent from the clien to the server to resolve the command for a given code lens item.
https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#code-lens-resolve

@vparfonov vparfonov added kind/enhancement A feature request - must adhere to the feature request template. team/ide labels Jul 18, 2016
@RomanNikitenko RomanNikitenko added the status/in-progress This issue has been taken by an engineer and is under active development. label Jul 17, 2017
@RomanNikitenko
Copy link
Member

To implement the code lens feature we need to have ability displaying some widget placed 'near' an editor position. My searches for this opportunity in Orion editor was not successful.
But I have found this opportunity in Monaco editor. This one has IContentWidget which can be used to achieve the goal: https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.icontentwidget.html.
So may be it will be more easily implemented after resolve #5330

@RomanNikitenko RomanNikitenko removed the status/in-progress This issue has been taken by an engineer and is under active development. label Jul 19, 2017
@slemeur slemeur added target/che6 and removed ide6 labels Jul 1, 2019
@slemeur
Copy link
Contributor

slemeur commented Jul 4, 2019

Fixed in Che 7

@slemeur slemeur closed this as completed Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

4 participants