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

Manually triggered code actions can replace lightbulb actions #88485

Closed
mjbvz opened this issue Jan 11, 2020 · 1 comment
Closed

Manually triggered code actions can replace lightbulb actions #88485

mjbvz opened this issue Jan 11, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-code-actions Editor inplace actions (Ctrl + .) *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jan 11, 2020

Issue Type: Bug

For the TS:

class A { }

class B extends A {
    constructor() {
        1 + 1;
    }
}
  1. Select 1 + 1
  2. See lightbulb show up.
  3. Now trigger refactorings using keyboard shortcut
  4. Close menu and click on lightbulb

Bug
Only refactorings are shown in lightbulb

VS Code version: Code - Insiders 1.42.0-insider (960cddb, 2020-01-10T05:35:27.119Z)
OS version: Darwin x64 19.2.0

System Info
Item Value
CPUs Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 2400)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) 2, 3, 2
Memory (System) 32.00GB (16.71GB free)
Process Argv -psn_0_905437
Screen Reader no
VM 0%
@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug editor-code-actions Editor inplace actions (Ctrl + .) labels Jan 11, 2020
@mjbvz mjbvz self-assigned this Jan 11, 2020
@mjbvz mjbvz added this to the Backlog milestone Jan 27, 2020
@mjbvz mjbvz added the *out-of-scope Posted issue is not in scope of VS Code label Dec 5, 2022
@VSCodeTriageBot
Copy link
Collaborator

We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding, and happy coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug editor-code-actions Editor inplace actions (Ctrl + .) *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

2 participants