-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/tools/gopls: utilize placeholders in var! postfix suggestion #59689
Comments
@caichuanwang Can you please share a screenshot or an example to demonstrate the issue? That will help us understand the issue. And, please share your vscode settings.json. Thanks! |
this is my setting.json about go in vs code vscode.mp4but i want that like goland goland.mp4I think this is a feature,not bug |
Thanks for the example and screenshot, @caichuanwang Related code: |
I'd like to try my luck with this! I already had a look at the code. What's the best approach? Does it make sense to migrate the postfix snippets also to |
Change https://go.dev/cl/541277 mentions this issue: |
Is your feature request related to a problem? Please describe.
I'm always frustrated when I use [var!] to automatically fill in a variable, the cursor is always not selected by default. I need to move the cursor to the variables one by one instead of using [tab] to quickly edit the name of the variable
Describe the solution you'd like
Directly use [tab] to quickly edit the name of the variable
Describe alternatives you've considered
no ,There is no alternative but to move the cursors one by one
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: