Module ide_db::syntax_helpers
source · Modules§
- Tools to work with format string literals for the
format_args!
family of macros. - Tools to work with expressions present in format string literals for the
format_args!
family of macros. Primarily meant for assists and completions. - Various helper functions to work with SyntaxNodes.
- This module contains functions to suggest names for expressions, functions and other items
- Basic tree diffing functionality.
Structs§
Functions§
- Inserts whitespace and replaces
$crate
in macro expansions.