We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1a230 commit bc57292Copy full SHA for bc57292
hls-plugin-api/src/Ide/PluginUtils.hs
@@ -21,7 +21,6 @@ module Ide.PluginUtils
21
getPluginConfig,
22
configForPlugin,
23
pluginEnabled,
24
- extractOverlappingLinesWithRange,
25
extractTextInRange,
26
fullRange,
27
mkLspCommand,
@@ -243,9 +242,7 @@ usePropertyLsp kn pId p = do
243
242
244
-- ---------------------------------------------------------------------
245
246
--- | Extracts exactly matching text in the range.
247
---
248
--- See also: 'extractOverlappingLinesWithRange'
+-- | Extracts exact matching text in the range.
249
extractTextInRange :: Range -> T.Text -> T.Text
250
extractTextInRange (Range (Position sl sc) (Position el ec)) s = newS
251
where
0 commit comments