roife
roife
Here's a demo. https://github.com/user-attachments/assets/42048fe1-7ffc-469b-bf27-c58ce0759236
I've been busy with work lately... Apologize for the delayed response.
It works fine on my Emacs with rust-mode and the latest version of rust-analyzer.🤔 > It is emacs process eating CPU, but with older RA, this never happens. Are you...
I retested it, but still couldn't find any problems 🫤 It seems that r-a is reporting a lot of odd diagnostics here. Do you have any configurations for your r-a?...
It works on my machine. Can you share any reproducible code snippets?
I have read code related to generating `Runnable`s, and found that we will generate all Runnables for the entire file at once. So if we want to identify `expect!`s, we...
> iterate through all blocks (as in block def maps) of a body Since we check all definitions at once to fetch `Runnable`s, we need to query the `def_map` of...
I’ve implemented a demo. I used FindUsage which should be efficient (each check requires a text search within the range and a goto-definition request). 
@Veykril I have implemented most of the features (including support for expect-test, insta, and snapbox) and am now considering removing the previous implementation of the `expect!` macro detection. However, I...
The repository at the repository link appears to be inaccessible. 🤔