[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:
Kadir Cetinkaya 2022-06-15 10:04:48 +02:00
parent 462b49f18c
commit a67beef3ac
No known key found for this signature in database
GPG Key ID: E39E36B8D2057ED6
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ struct Config {
/// Configures hover feature.
struct {
/// Whether hover show a.k.a type.
bool ShowAKA = false;
bool ShowAKA = true;
} Hover;
struct {