nova-rust
nova-rust copied to clipboard
A Rust extension for the Nova text editor, using the Rust Analyzer language server.
I have the rust development environment installed via a `nix flake` and inserted into the environment with `direnv`. I'm very new to rust, you could count the days on one...
In VSCode (yeuchhh), if you add some rust code, and the LSP does not recognize the symbol, it offers a popup to add the `use xxxx` to the file. If...
**Is your feature request related to a problem? Please describe.** Currently the extension doesn't support folding ribbon as shown in the screenshot. **Describe the solution you'd like** Support it! **Additional...
**Describe the bug** Hello! The readme says to build the extension with `npm run build`. When I do that on the current main branch, I get a bunch of type...
**Is your feature request related to a problem? Please describe.** Nova has debugging support, Rust has debugging support (with LLDB, GDB and CDB), so why not put them together? **Describe...
**Is your feature request related to a problem? Please describe.** When using an out-of-scope items, we have to type it out, press `cmd+shift+a`, select the item we want to import...
**Describe what doesn't look right** Doc comments inside `impl` blocks aren't highlighted. Doc comments at the top level work, and doc comments inside of functions, but they just don't work...
when i add a new crate in my Cargo.toml, i dont get editor support on it **To Reproduce** 1. add a new dependency in Cargo.toml 2. there's no support for...
**Describe the bug** There's a minor syntax highlighting issue with the use of function generic parameters like Fn() and FnOnce(). **To Reproduce** See attached screenshot for an example. Note that...
**Describe the bug** After clicking on the _Inline into all callers_ option displayed in the code actions menu, changes are made to the document which may have been unforeseen by...