-
In this code
```rs
struct Foo;
macro_rules! Fooo {
() => { Foo }
}
trait Trait {
type Ty: Trait;
}
impl Trait for () {
//
-
I'm fairly new to Zed, can somebody tell me how to install this extension and is there a VHDL Language Server or other good extensions available?
Thanks
-
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) rust-analyzer version: 0.3.1435-standalone
**rustc version**: (eg. o…
-
**Describe the bug**
I am using Cursor.AI (VSCode-based) to develop and mise does not work when my shell is Zsh.
**To Reproduce**
1. Add `eval "$(mise activate zsh)"` on the zshrc file
2. Set Cu…
-
Hello!
First I would like to say a big thank you for this wonderful extension, really makes working with Rust in VSCode a breeze once a bit of configuration is done 🙂
I'm currently facing a cas…
-
For those that aren't familiar with Rust/C, it could be a bit of a learning curve getting a dev env up that can build/debug the samples.
For context - I come from a C# background, looking to create a…
-
Functions in Rust that span multiple lines are not shown correctly, regardless of the `editor.stickyScroll.maxLineCount` setting. For example, this:
Shows up as this, which makes the parameters d…
-
I'm new-ish to rust and don't know if the error is in the code or in the analyzer.
Opening https://github.com/PistonDevelopers/piston-examples/blob/master/examples/cube.rs in vscode makes rust-anal…
-
I added a few lines in my init.lua . it doesn't work without any error messages:
```lua
{
"simrat39/rust-tools.nvim",
config = function()
require('rust-tools').setup({})
end
}
```
But …
-
Hi all!
When trying to use the VSCode Extension, I'm greeted with the following errors:
```
/workplace/xxx/YYYY/node_modules/relay-compiler/linux-x64/r
elay --watch --output=verbose
thread 'mai…