-
Notifications
You must be signed in to change notification settings - Fork 72
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
[🚀 Request] code action support #1532
Comments
@djelinek if you have any tips on how to figure how the css class of the popped-up select-box? as as soon as I use inspect element, it disappears. Else I might try to make a PR for this. |
@djelinek thanks 👍🏼 in the end the problem was to freeze the dom after the context menu popped up. As any unfocus would close it, but running This menu is more funky than other menu's it looks, as the items don't have an on-click handler, but they change the "focus" flag on themselves, and then the parent container with all the items handles clicks and button presses (for the newline). So this was weird, but it also means that it's a bit messy to select an specific element, as you would have to send down or up arrows until it was selected. For reference, this was the code we ended up using, but I didn't see how it could be contributed back as a generic library: |
Describe the request
I think right now there is no support for triggering the code action (ctrl+. or the light bulb).
I hope I didn't miss something and it is there.
Usage
Trigger code action items via tests.
The text was updated successfully, but these errors were encountered: