-
Notifications
You must be signed in to change notification settings - Fork 233
No brackets rust macros? #359
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
Labels
bug
Something isn't working
Comments
The auto brackets were explicitly disabled for |
Saghen
added a commit
that referenced
this issue
Nov 24, 2024
I think in my case there are extra parenthesis for derive macros, is there a way to avoid parenthesis for derive traits or am i missing something? |
Saghen
added a commit
that referenced
this issue
Feb 25, 2025
rust-analyzer includes brackets itself and has more context to add them only when necessary Related to #359
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure you have done the following
blink.cmp
Bug Description
I've enabled auto-brackets but yet there's no brackets around macros like
println
print
or so.Relevant configuration
neovim version
NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713773202 Run "nvim -V1 -v" for more info
blink.cmp
version: branch, tag, or commit"blink.cmp": { "branch": "main", "commit": "75cadbcd2657ed01326ca2b0e5e4d78a77127ca3" },
The text was updated successfully, but these errors were encountered: