Replies: 1 comment 1 reply
-
Hi @ddenev, thanks to report this problem, this is a bug and nice to have an issue to tracking. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I configure vscode so that "Expand/Shrink Selection" (
Shift+Alt+Right/LeftArrow
) works properly in.vue
files?I'm not sure this relates to Volar but "Expand Selection" works properly in
.js
and.html
files. Here is how it works in.vue
file:Shift+Alt+RightArrow
:Shift+Alt+RightArrow
:I would expect it to select
group.children_ids
on the 2nd expansion, not the whole tag.This only happens in the
<template>
tag and works OK in the<script>
and<style>
tags.Beta Was this translation helpful? Give feedback.
All reactions