Skip to content

Commit 9b1cd25

Browse files
committed
Relocated list of OccName prefixes from the Completions plugin to the CoreFile module. Updated the check for GHC-generated OccName prefixes in AtPoint to use the shared list of OccName prefixes.
1 parent 7eebe95 commit 9b1cd25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ghcide/src/Development/IDE/Spans/AtPoint.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import Development.IDE.Core.PositionMapping
3434
import Development.IDE.Core.RuleTypes
3535
import Development.IDE.GHC.Compat
3636
import qualified Development.IDE.GHC.Compat.Util as Util
37+
import Development.IDE.GHC.CoreFile (occNamePrefixes)
3738
import Development.IDE.GHC.Util (printOutputable)
3839
import Development.IDE.Spans.Common
3940
import Development.IDE.Types.Options

0 commit comments

Comments
 (0)