VS code uses a bulb to indicate if code actions exist.

Currently LSP doesn't show any visual indication that code action exist.
But here is what I come up with:

What do you think about that?
Are you proposing that we look up code actions when the cursor has rested - similar to document highlights? I like that way of introducing action lookups!
Can we have something a more visible gutter icon? Or maybe an unobtrusive popup could behave like the lightbulb?
Are you proposing that we look up code actions when the cursor has rested - similar to document highlights?
Yes, I am proposing that. :)
More visible gutter icon?
Something like this? (example, just to showcase)

I wouldn't go with a popup, placing the bulb in the gutter seems like the most unobtrusive way to tell that there are code actions.
As soon as I polish some things, I will do a PR.
Most helpful comment
Yes, I am proposing that. :)
Something like this? (example, just to showcase)

I wouldn't go with a popup, placing the bulb in the gutter seems like the most unobtrusive way to tell that there are code actions.
As soon as I polish some things, I will do a PR.