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.
2 parents df2e1a4 + d8e1e75 commit 6a3786bCopy full SHA for 6a3786b
plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs
@@ -137,13 +137,13 @@ iePluginDescriptor recorder plId =
137
wrap suggestExportUnusedTopBinding
138
, wrap suggestModuleTypo
139
, wrap suggestFixConstructorImport
140
- , wrap suggestNewImport
141
#if !MIN_VERSION_ghc(9,3,0)
142
, wrap suggestExtendImport
143
, wrap suggestImportDisambiguation
144
, wrap suggestNewOrExtendImportForClassMethod
145
, wrap suggestHideShadow
146
#endif
+ , wrap suggestNewImport
147
]
148
plId
149
in mkExactprintPluginDescriptor recorder $ old {pluginHandlers = pluginHandlers old <> mkPluginHandler STextDocumentCodeAction codeAction }
0 commit comments