We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Type: Bug VS Code version: Code - Insiders 1.37.0-insider (5e08ee01b7daee99cdda2456f19d77e715fb8762, 2019-08-05T21:16:01.319Z) OS version: Darwin x64 18.6.0
const fox = `The quick brown ${'fox'} jumps over the lazy dog`;
Should select "lazy" and then the whole string without the quotes.
Selects "lazy" and then the whole line.
const fox = 'fox'; return `The quick brown ${fox} jumps over the lazy dog`;
fox
Should select the whole string without the quotes
Selects the whole line.
The text was updated successfully, but these errors were encountered:
Confirmed with TS 3.6.0-dev.20190810
Sorry, something went wrong.
andrewbranch
Successfully merging a pull request may close this issue.
Info
Issue Type: Bug
VS Code version: Code - Insiders 1.37.0-insider (5e08ee01b7daee99cdda2456f19d77e715fb8762, 2019-08-05T21:16:01.319Z)
OS version: Darwin x64 18.6.0
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Steps to Reproduce:
Expected
Should select "lazy" and then the whole string without the quotes.
Actual
Selects "lazy" and then the whole line.
Notes
Bonus Bug
fox
variable reference inside the template string with the mouse or with the keyboard (e.g. Shift > RightArrow)Expected
Should select the whole string without the quotes
Actual
Selects the whole line.
Notes
fox
, then expand selection works ok.The text was updated successfully, but these errors were encountered: