rust-analyzer/crates/ide/src/hover
Nicolas Guichard b24914970f Refactor label & docs from ide::hover::render to ide-db::defs::Definition
To build the SymbolInformation::signature_documentation we need access
to the “label” when building the TokenStaticData, preferably without
any markdown markup.
Therefore this refactors ide::hover::render::definition and its helper
functions to give easier access to the label alone.
2024-01-03 10:54:57 +01:00
..
render.rs Refactor label & docs from ide::hover::render to ide-db::defs::Definition 2024-01-03 10:54:57 +01:00
tests.rs Fallback to method resolution on unresolved field access with matching method name 2023-12-08 16:36:41 +01:00