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
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
funcCall(Math.PI, 3,4)
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
func(var1, var2, 3, "s")
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
duplicate of #4795
Sorry, something went wrong.
jrieken
No branches or pull requests
I don't know if these 2 scenarios are 2 effects of the same bug, or 2 different bugs.
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 gifGo files:
func(var1, var2, 3, "s")
. Cursor on var1 or var2, expand will select "var1, var2" instead of just the var. See the gifReproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: