forked from OSchip/llvm-project
[clangd] Enable AKA type printing by default
This has been tested on a large set of c++ developers for a long while, without any crashes or complaints. Differential Revision: https://reviews.llvm.org/D127833
This commit is contained in:
parent
462b49f18c
commit
a67beef3ac
|
@ -129,7 +129,7 @@ struct Config {
|
||||||
/// Configures hover feature.
|
/// Configures hover feature.
|
||||||
struct {
|
struct {
|
||||||
/// Whether hover show a.k.a type.
|
/// Whether hover show a.k.a type.
|
||||||
bool ShowAKA = false;
|
bool ShowAKA = true;
|
||||||
} Hover;
|
} Hover;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in New Issue