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 be251f4 commit a6d6113Copy full SHA for a6d6113
plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs
@@ -131,6 +131,11 @@ getIndentedGroupsBy pred inp = case dropWhile (not.pred) inp of
131
indentation :: T.Text -> Int
132
indentation = T.length . T.takeWhile isSpace
133
134
+-- TODO: This doesn't seem to handle qualified imports properly:
135
+--
136
+-- plugins/hls-refactor-plugin/test/Main.hs:4011:
137
+-- CodeAction with title "Replace _toException with E.toException" not found in
138
+-- [..., "Replace _toException with toException", ...]
139
printErr :: SDoc -> T.Text
140
printErr =
141
unescape
0 commit comments