aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/hover.rs
Commit message (Expand)AuthorAgeFilesLines
* Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth2021-06-221-19/+8
* Collapse documentation and markdown config settings into an enumLukas Wirth2021-06-211-24/+46
* Split hover actions config into its own config structLukas Wirth2021-06-211-56/+55
* Merge #9264bors[bot]2021-06-211-95/+90
|\
| * typoLukas Wirth2021-06-141-1/+1
| * Don't ignore hover documentation setting for keyword hoversLukas Wirth2021-06-141-2/+4
| * Make documentation on hover configurableLukas Wirth2021-06-141-93/+86
* | Merge #9328bors[bot]2021-06-201-1/+1
|\ \
| * | Update testkjeremy2021-06-181-1/+1
* | | internal: use minicore deref moreAleksey Kladov2021-06-181-2/+2
* | | internal: add Copy to minicoreAleksey Kladov2021-06-181-2/+2
|/ /
* | internal: retire famous_defs_fixtureAleksey Kladov2021-06-171-10/+15
* | internal: add derive and ord support to minicoreAleksey Kladov2021-06-171-2/+2
* | internal: add From to minicoreAleksey Kladov2021-06-171-2/+2
* | internal: add default to minicoreAleksey Kladov2021-06-171-2/+2
* | internal: add fn to minicoreAleksey Kladov2021-06-161-2/+2
* | internal: switch some tests to minicoreAleksey Kladov2021-06-151-10/+5
* | internal: document that we don't #[ignore] testsAleksey Kladov2021-06-151-2/+3
|/
* clippy::redundant_closureMaan20032021-06-131-1/+1
* clippy::clone_on_copyMaan20032021-06-131-1/+1
* clippy::redudant_borrowMaan20032021-06-131-4/+4
* Update ungrammarJonas Schievink2021-06-111-1/+1
* Merge #9138bors[bot]2021-06-041-12/+133
|\
| * Replace `-` with `_` in generated lint namesLukas Wirth2021-06-041-6/+4
| * Generate default lint completionsLukas Wirth2021-06-041-15/+60
| * Implement hover for lintsLukas Wirth2021-06-041-6/+84
* | Add function references hover actionLukas Wirth2021-06-041-1/+28
|/
* Correctly resolve crate name in use paths when import shadows itselfLukas Tobias Wirth2021-05-231-0/+20
* Merge #8245bors[bot]2021-04-051-12/+30
|\
| * Use new new docs string source mapping in goto_def and hoverLukas Wirth2021-03-301-7/+14
| * Properly resolve intra doc links in hover and goto_definitionLukas Wirth2021-03-301-8/+19
* | Only populate prelude for crate-level DefMapsJonas Schievink2021-04-021-0/+42
* | Resolve associated types with type anchorsLukas Wirth2021-04-011-1/+22
* | Resolve associated typesLukas Wirth2021-04-011-0/+42
* | Merge #8267bors[bot]2021-03-311-0/+2
|\ \
| * | Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
* | | Merge #8186bors[bot]2021-03-301-3/+3
|\ \ \ | |_|/ |/| |
| * | Rename target_ty to self_tyLukas Wirth2021-03-291-3/+3
| |/
* / Fix code styleivan7702021-03-301-0/+1
|/
* Add support for doc on hover for macro 2.0Edwin Cheng2021-03-271-0/+31
* Show item info when hovering intra doc linksLukas Wirth2021-03-231-9/+54
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-4/+10
* Fix incorrect newline emission in Attrs::docsLukas Wirth2021-03-171-4/+22
* Better handling of block doc commentsLukas Wirth2021-03-171-0/+34
* Implement HirDisplay for some more typesLukas Wirth2021-03-161-14/+4
* Merge #7498bors[bot]2021-03-161-2/+2
|\
| * Upgrade rowanAleksey Kladov2021-03-161-2/+2
* | Update testsoxalica2021-03-151-28/+57
* | Use hir formatter moreoxalica2021-03-151-42/+17
* | Impl HirDisplay for function hover messageoxalica2021-03-151-1/+9