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

Breaks Find Symbol in Editor #1320

Open
markaconrad opened this issue Aug 10, 2023 · 4 comments
Open

Breaks Find Symbol in Editor #1320

markaconrad opened this issue Aug 10, 2023 · 4 comments
Labels
Area: Input Related to editor input processing (key presses, key bindings). Needs More Info

Comments

@markaconrad
Copy link

Type: Bug

With this plugin enabled, cmd+shift+o (Find symbol in editor) just spins and never shows me symbols.

Extension version: 3.5.1
VSCodium version: VSCodium 1.81.0 (ee0ba35e0f5ffb18669618446b41de0e99569167, 2023-08-04T12:07:39.095Z)
OS version: Darwin arm64 22.6.0
Modes:

System Info
Item Value
CPUs Apple M1 Pro (10 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) 19, 11, 9
Memory (System) 16.00GB (0.30GB free)
Process Argv
Screen Reader no
VM 0%
@yzhang-gh
Copy link
Owner

Sounds strange. You can use VS Code's troubleshooting to help find the reason. Please find more in https://code.visualstudio.com/docs/getstarted/keybindings#_troubleshooting-keybindings

@yzhang-gh yzhang-gh added Needs More Info Area: Input Related to editor input processing (key presses, key bindings). labels Aug 11, 2023
@mstaal
Copy link

mstaal commented Oct 9, 2023

I agree with @markaconrad . I just came to the same conclusion using VSCodes Bisect functionality.

@yzhang-gh
Copy link
Owner

With the link I provided above, you can clearly see what happens inside VS Code after you press any key.

image

@hughfenghen
Copy link

Pressing cmd - t is expected to search symbols in the workspace.

If the plugin is enabled, only the titles of markdown are displayed. When the plugin is disabled, symbols are displayed correctly

Actual
image

Expect
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Input Related to editor input processing (key presses, key bindings). Needs More Info
Projects
None yet
Development

No branches or pull requests

4 participants