| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-17 | Correct Neovim 0.10 inlay hints config example | Adam Szkoda | -1/+1 | |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -0/+10 | |
| 2024-04-30 | docs: Fix typo in VS Code setting description | Wilfred Hughes | -1/+1 | |
| 2024-04-26 | manual: remove suggestion of rust-project.json example | Cliff L. Biffle | -2/+0 | |
| The manual has been linking to the repo https://github.com/rust-analyzer/rust-project.json-example/tree/master This repo does not contain a rust-project.json, does not appear to have _ever_ contained a rust-project.json, and my bug report about this has gone untouched: https://github.com/rust-analyzer/rust-project.json-example/issues/4 Since I can't figure out an example, this commit removes the link pending better documentation. | ||||
| 2024-04-25 | Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril | bors | -2/+7 | |
| Support hovering limits for adts Fix #17009 1. Currently, r-a supports limiting the number of struct fields displayed when hovering. This PR extends it to support enum variants and union fields. Since the display of these three (ADTs) is similar, this PR extends 'hover_show_structFields' to 'hover_show_adtFieldsOrVariants'. 2. This PR also resolved the problem that the layout of ADT was not restricted by display limitations when hovering on the Self type. 3. Additionally, this PR changes the default value of display limitations to `10` (instead of the original `null`), which helps users discover this feature. | ||||
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+2024 | |
| 2024-04-20 | Add hovering limitations support for variants | roife | -2/+2 | |
| 2024-04-19 | fix: add a separate setting for enum variants | roife | -2/+7 | |
| 2024-04-16 | fix: adjust the limitation for ADTs' fields to 5 | roife | -1/+1 | |
| 2024-04-16 | Update tests and docs for hover_show_adtFieldsOrVariants | roife | -2/+2 | |
| 2024-04-16 | Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTs | roife | -0/+2009 | |
