rust-analyzer/crates/ide-completion/src
Wilfred Hughes c981ff0944 fix: Tracing span names should match function names
When viewing traces, it's slightly confusing when the span name doesn't
match the function name. Ensure the names are consistent.

(It might be worth moving most of these to use #[tracing::instrument]
so the name can never go stale. @davidbarsky suggested that is marginally
slower, so I've just done the simple change here.)
2024-04-30 11:22:47 -07:00
..
completions fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
context fix: Fix completions panicking with certain macro setups 2024-02-27 09:35:57 +01:00
render fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
tests Add inlay hints lifetime arg tests 2024-04-25 09:10:49 +02:00
completions.rs Cleanup term search related changes 2024-02-11 14:35:54 +02:00
config.rs Optionally disable term search for autocompletion 2024-02-11 13:33:29 +02:00
context.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
item.rs Split SymbolKind::Function into Function and Method 2024-03-17 11:07:22 +01:00
lib.rs Remove dead test code 2024-03-14 16:24:51 +01:00
render.rs fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
snippet.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
tests.rs Optionally disable term search for autocompletion 2024-02-11 13:33:29 +02:00