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 fc3ea1e commit 0758232Copy full SHA for 0758232
ghcide/src/Development/IDE/Plugin/Completions/Logic.hs
@@ -69,9 +69,9 @@ import qualified Language.LSP.VFS as VFS
69
import Text.Fuzzy.Parallel (Scored (score),
70
original)
71
72
+import qualified Data.Text.Utf16.Rope as Rope
73
import Development.IDE
74
-import qualified Data.Rope.UTF16 as Rope
75
import Development.IDE.Spans.AtPoint (pointCommand)
76
77
-- Chunk size used for parallelizing fuzzy matching
0 commit comments