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

Select all cmd-shift-G does not select all #36003

Closed
dearfrankg opened this issue Oct 10, 2017 · 1 comment
Closed

Select all cmd-shift-G does not select all #36003

dearfrankg opened this issue Oct 10, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@dearfrankg
Copy link

  • VSCode Version: Version 1.17.1 (1.17.1)
  • OS Version: macos sierra 10.12.6 (16G29)

Steps to Reproduce:

  1. Create a file with 10k sql insert statements -->

INSERT INTO tabel (one, two, three)
VALUES
(1, 'value2', 3, 4),
(1, 'value2', 3, 4),
... // 10k lines
(1, 'value2', 3, 4);

  1. Highlight the open paren and select all with cmd-shift-G

Scroll down and notice that only 2k are selected and 8k are not.

Reproduces without extensions: Yes/No

Don't know

@vscodebot vscodebot bot added the editor label Oct 10, 2017
@egamma egamma added the info-needed Issue requires more information from poster label Oct 11, 2017
@egamma egamma removed the info-needed Issue requires more information from poster label Oct 11, 2017
@alexdima
Copy link
Member

Duplicate of #5887

@alexdima alexdima marked this as a duplicate of #5887 Oct 21, 2017
@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 21, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants