-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Enter key doesn't work in *.rs files #823
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
Comments
That probably means rust analyzer is not actually working. Does the "Rust Analyzer: Status" command works? |
No, it doesn't. Can I fix it? |
Probably, but we need to figure out what's wrong in the first place :) Is there "rust-analyzer" section in the "Output" tab of the vs code panel? |
The tab is empty. |
I'm confused, because when I hover over a struct or trait name, the definition is shown. Doesn't this mean that ra is working? |
I just re-installed it. Now the output says:
|
When I press Enter, this is printed to the output:
|
That means that you use a severely outdated version of the VS Code extension. Have you installed the analyzer from the master branch using |
Yes, I did. However, I just did a |
Note that we could have renamed the plugin itself (probably? I don't remember), so it might be a good idea to check vscode extensions list for a stale one. |
No, there's only one plugin. But it's possible that forgot |
We have renamed the plugin I think. |
I installed rust-analyzer ~ 10 min ago.
When I press Enter or Shift+Enter, nothing happens. Only Ctrl+Enter works. Only rust files are affected.
VS Code: 1.31.1
OS: Manjaro (Linux 4.19) with KDE Plasma
Keyboard: German
The text was updated successfully, but these errors were encountered: