about summary refs log tree commit diff
path: root/crates/ide/src/hover/render.rs
AgeCommit message (Expand)AuthorLines
2022-06-13feat: On assoc item name hover, render trait decl docsLukas Wirth-1/+14
2022-03-31internal: Enforce Resolver to always have a module scopeLukas Wirth-2/+2
2022-03-12fix clippy::needless_borrowMatthias Krüger-1/+1
2022-03-10Don't parse source files to generate macro completion detailsLukas Wirth-12/+4
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-4/+2
2022-03-05Fix hover for `Self` keywordLukas Wirth-2/+1
2022-02-26Make hir::Local::name infallibleLukas Wirth-1/+1
2022-02-21Fix various IDE featuresChayim Refael Friedman-2/+2
2022-02-14Hide Keyword Expression Hover For Units `()`Daniel Conley-52/+21
2022-01-28Add Keyword Return Type HighlightingDaniel Conley-10/+99
2022-01-06internal: Support registered tools and attributes in ide layerLukas Wirth-1/+4
2021-12-23show values of constants in hoverhkalbasi-1/+7
2021-12-21Fully render const item completions from hirLukas Wirth-1/+1
2021-12-19feat: treat fn keyword inside function pointer type as primitiverainy-me-3/+9
2021-12-03Improve hover message for inert attributesLukas Wirth-2/+20
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-1/+1
2021-12-03Basic hover for builtin-attr and tool modulesLukas Wirth-2/+3
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-0/+2
2021-11-22fix: Omit generic defaults for types in hover messagesLukas Wirth-1/+1
2021-11-18ide: display static values in hoverJake Heinz-12/+18
2021-11-17maybe this is better??Jake Heinz-2/+17
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-23/+18
2021-09-26internal: more reasonable grammar for blocksAleksey Kladov-2/+2
2021-09-23Split the hover module upLukas Wirth-0/+450