Florian Diebold
Florian Diebold
This seems to be a bug in nvim-cmp?
CC #15315, #8373
I don't know. This could be a useful step in a larger refactoring. But I'm not sure if it's worth having for that. Random thought, I could imagine our "Join...
@kornelski As a non-VSCode user, I don't agree that RA is VSCode-centric. Yes, the reference implementation is the VSCode plugin, but, well, something needs to be. The RA team can't...
> RA completely bails when cargo metadata fails, even though I would think it can still run ./x.py check and render the resulting diagnostics in the editor Without Cargo metadata,...
It seems unlikely that we'll ever support these. The set of files we look at has to be limited by design, and ".rs files in the workspace or dependencies" is...
If you select all the use items (or the whole file), I think the assist will work on all of them. Agree that it should maybe do that by default.
I don't think rust-analyzer.toml will have any effect when the library is being used as a dependency? At least that would be very surprising to me. (At least for compilation-related...
> Having the ratoml work across crates would allow us to implement this without any change to RA internals. So may I ask for technical limitations behind it? Is there...
Hm. Can you try writing such a closure outside the `vec!` macro and seeing whether completion works there? I suspect this might be a problem with macro error resilience. Edit:...