Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

textDocument/codeLens #11

Closed
damieng opened this issue Mar 31, 2017 · 8 comments
Closed

textDocument/codeLens #11

damieng opened this issue Mar 31, 2017 · 8 comments

Comments

@damieng
Copy link
Contributor

damieng commented Mar 31, 2017

Need to determine how these can integrate with Atom.

@damieng damieng added this to Prioritized in Release planning May 22, 2017
@damieng damieng moved this from Prioritized to Tracking in Release planning May 23, 2017
@wbinnssmith
Copy link
Contributor

wbinnssmith commented Aug 24, 2017

@seansegal implemented code actions over LSP in Nuclide (technically atom-ide-ui!) :D

cc @hansonw

@damieng
Copy link
Contributor Author

damieng commented Aug 24, 2017

How do I see this in action?

@hansonw
Copy link
Contributor

hansonw commented Aug 24, 2017

Code actions are still a WIP but basically we have them wired up to Diagnostics so you can see inline actions for a diagnostic. Sean worked on a JavaScript auto-imports LSP :D here's a screenshot of the current UI:

screen shot 2017-08-24 at 4 42 04 pm

@hansonw
Copy link
Contributor

hansonw commented Sep 6, 2017

Gonna separate these two. @captbaritone has a prototype for code lenses internally that we can hopefully ship in atom-ide-ui once finished.

@hansonw hansonw changed the title codeLens & codeAction textDocument/codeLens Sep 6, 2017
@damieng
Copy link
Contributor Author

damieng commented Nov 2, 2017

@hansonw Where are we at with this in atom-ide-ui? Do I just need to write an adapter?

@hansonw
Copy link
Contributor

hansonw commented Nov 2, 2017

Nope, we haven't really prioritized working on this due to the lack of providers in this area (do you know any good ones to test with?)

@rianneogi
Copy link

https://github.com/cquery-project/cquery provides codelens support. (if you are still looking)

@alexheretic
Copy link
Contributor

RLS is just starting to make use of codelens for test running, so supporting it would be a valuable addition for ide-rust.

@damieng damieng closed this as completed May 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

No branches or pull requests

5 participants