You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relevant settings: Using vscode, everything default
When completing macros vs code, it properly adds the parentheses and parameters. When completing any local functions, no parentheses are added. Example below showing the difference between macros and local functions. I only noticed this because recently I was using typescript and these features are present in vscode.
This setting is enabled but it doesn't seem to change anything
The behavior is the same with tab, enter, or clicking.
Here you can see it adds the parentheses properly:
But for a local function, so parenthesis or arguments are added:
The text was updated successfully, but these errors were encountered:
rust-analyzer version: rust-analyzer version: 94fa8a6 2022-05-12 nightly
rustc version: rustc 1.60.0 (7737e0b5c 2022-04-04)
relevant settings: Using vscode, everything default
When completing macros vs code, it properly adds the parentheses and parameters. When completing any local functions, no parentheses are added. Example below showing the difference between macros and local functions. I only noticed this because recently I was using typescript and these features are present in vscode.
This setting is enabled but it doesn't seem to change anything
The behavior is the same with tab, enter, or clicking.
Here you can see it adds the parentheses properly:
But for a local function, so parenthesis or arguments are added:
The text was updated successfully, but these errors were encountered: