-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
no hotkey scrolling if //#region is collapsed #94470
Comments
(Experimental duplicate detection) |
@LexRiver Does this reproduce when disabling all extensions? (I am asking because extensions can override keybindings). |
@alexdima yes, just checked also maybe you could fix this small bug with //#region autocompletion if I type |
@LexRiver Please keep each issue focused on one issue. If you have another issue with By default, Do you have additional steps to help us reproduce the problem? |
@alexdima seems like this bug appears only if I have the following lines in my keybindings.json {
"key": "ctrl+up",
"command": "editorScroll",
"args": {"to":"up", "by":"line", "value": 3, "revealCursor": true},
"when": "textInputFocus"
},
{
"key": "ctrl+down",
"command": "editorScroll",
"args": {"to": "down", "by":"line", "value": 3, "revealCursor": true},
"when": "textInputFocus"
}
|
@LexRiver Thanks for following up. A workaround would be to use:
|
@alexdima that works, thanks |
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! |
Issue Type: Bug
if I have a collapsed region in my .ts file
then when I try to scroll with my keyboard
ctrl+down
I'm unable to scroll lower than first line of my collapsed region. So when region becomes the first line I'm unable to scroll any lower.ctrl+up
works fineif the region is not collapsed then scrolling works correctly
VS Code version: Code 1.43.2 (0ba0ca5, 2020-03-24T07:38:38.248Z)
OS version: Windows_NT x64 10.0.18362
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
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
Extensions (40)
(27 theme extensions excluded)
The text was updated successfully, but these errors were encountered: