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 select bugs with literals in a function call #34102

Closed
bgadrian opened this issue Sep 10, 2017 · 1 comment
Closed

Expand select bugs with literals in a function call #34102

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

Comments

@bgadrian
Copy link

  • VSCode Version: 1.15.1
  • OS Version: win10
    I don't know if these 2 scenarios are 2 effects of the same bug, or 2 different bugs.
  1. Javascript file, try to expand select on Math: funcCall(Math.PI, 3,4) The 2nd step will Not select "Math.Pi", but all the parameters. See the gif
    gif

  2. Go files: func(var1, var2, 3, "s"). Cursor on var1 or var2, expand will select "var1, var2" instead of just the var. See the gif
    gif

Reproduces without extensions: Yes

@jrieken
Copy link
Member

jrieken commented Sep 12, 2017

duplicate of #4795

@jrieken jrieken closed this as completed Sep 12, 2017
@jrieken jrieken added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 12, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 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