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

Expand Selection when using Multi Cursor only selects first line #41838

Closed
alan-cole opened this issue Jan 19, 2018 · 1 comment
Closed

Expand Selection when using Multi Cursor only selects first line #41838

alan-cole opened this issue Jan 19, 2018 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality smart-select verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@alan-cole
Copy link

  • VSCode Version: Code 1.19.2 (490ef76, 2018-01-10T15:49:04.682Z)
  • OS Version: Darwin x64 16.7.0
  • Extensions:
Extension Author (truncated) Version
EditorConfig Edi 0.11.1
beautify Hoo 1.1.1
lorem-ipsum Tyr 1.1.0
sort-lines Tyr 1.4.1
Bookmarks ale 0.18.0
vagrant bbe 0.5.0
vscode-svgviewer css 1.4.3
vscode-eslint dba 1.4.4
php-debug fel 1.12.1
php-intellisense fel 2.2.5
file-icons fil 1.0.7
sass-lint gle 1.0.1
behatcomplete har 0.1.0
php-symbols lin 2.1.0
camelcasenavigation map 0.3.42
VS-code-drupal mar 0.0.12
twig-language mbl 0.2.6
vscode-scss mrm 0.6.2
sublime-keybindings ms- 3.0.3
incrementor nms 0.1.0
vetur oct 0.11.6
px-to-rem sai 1.2.3
trailing-spaces sha 0.2.11
cucumber ste 0.9.6
gitblame wad 2.2.0

Steps to Reproduce:

  1. New SCSS file with the following:
.class {
  font-size: 12px;
  padding: 24px 26px;
  border-left: 36px solid red;
}
  1. Place a cursor in each CSS rule (font-size, padding, border-left).
  2. Use the 'Expand Select' function.

Expected: All three rules are selected up until the colon.
Actual: Only the first rule is selected up to the colon.

Reproduces without extensions: Yes

@vscodebot vscodebot bot added editor editor-contrib Editor collection of extras labels Jan 19, 2018
@jrieken jrieken added feature-request Request for new features or functionality smart-select and removed editor-contrib Editor collection of extras editor labels Jan 19, 2018
@jrieken jrieken self-assigned this Dec 18, 2018
@jrieken jrieken added this to the February 2019 milestone Jan 28, 2019
jrieken added a commit that referenced this issue Feb 11, 2019
for now via multiple calls to the api...
@jrieken
Copy link
Member

jrieken commented Feb 11, 2019

@aeschli @octref I have adopted JSON, CSS, HTML to the new proposed API which adds the notion of multiple positions per request.

jrieken added a commit that referenced this issue Feb 11, 2019
@jrieken jrieken closed this as completed Feb 11, 2019
@jrieken jrieken added the verification-needed Verification of issue is requested label Feb 24, 2019
@mjbvz mjbvz added the verified Verification succeeded label Feb 25, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality smart-select verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants