Document how to use #[rust_analyzer::completions(...)]
#19472
Labels
A-documentation
docs for rust-analyzer usage/inner working
I just saw #19375 was merged, but I couldn't find any user-facing documentation on how to use
#[rust_analyzer::completions(...)]
. I did find these comments, but they're within the code:rust-analyzer/crates/hir-def/src/lib.rs
Lines 1507 to 1527 in 2e1ff25
Is there a place this can be documented so it is easier to discover and learn about? (I would be willing to open a PR for this, though I may have a few extra questions.) Thank you!
The text was updated successfully, but these errors were encountered: