nova-rust icon indicating copy to clipboard operation
nova-rust copied to clipboard

A Rust extension for the Nova text editor, using the Rust Analyzer language server.

Results 18 nova-rust issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

feature request
nova issue

**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...

feature request

**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...

bug

**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...

feature request

**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...

feature request

**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...

bug
partial fix

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...

bug
partial fix

**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...

bug

**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...

bug