mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add a setting for keyword hover popups
This commit is contained in:
parent
b6fae56e38
commit
0616cee92b
7 changed files with 57 additions and 10 deletions
|
@ -27,6 +27,7 @@ use crate::{
|
|||
pub struct HoverConfig {
|
||||
pub links_in_hover: bool,
|
||||
pub documentation: Option<HoverDocFormat>,
|
||||
pub keywords: bool,
|
||||
}
|
||||
|
||||
impl HoverConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue