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 95d677b commit 5f80c6aCopy full SHA for 5f80c6a
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs
@@ -98,6 +98,7 @@ descriptor recorder plId =
98
, mkPluginHandler LSP.SMethod_TextDocumentDocumentSymbol moduleOutline
99
, mkPluginHandler LSP.SMethod_TextDocumentCodeAction $ fieldSuggestCodeAction recorder
100
, mkPluginHandler LSP.SMethod_TextDocumentDefinition gotoDefinition
101
+ , mkPluginHandler LSP.SMethod_TextDocumentHover hover
102
]
103
, pluginNotificationHandlers =
104
mconcat
0 commit comments