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