We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df54d2 commit 59d56bcCopy full SHA for 59d56bc
ghcide/src/Development/IDE/Plugin/TypeLenses.hs
@@ -111,7 +111,7 @@ descriptor recorder plId =
111
, pluginConfigDescriptor = defaultConfigDescriptor {configCustomConfig = mkCustomConfig properties}
112
}
113
where
114
- desc = "Provides code lenses type signatures"
+ desc = "Provides type signatures through code lenses and inlay hints"
115
116
properties :: Properties
117
'[ 'PropertyKey "localBindingInlayHintOn" 'TBoolean,
0 commit comments