Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

[WIP] Completion support #227

Merged
merged 17 commits into from
Dec 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ library
deepseq,
directory,
extra,
fuzzy,
filepath,
hashable,
haskell-lsp-types == 0.19.*,
Expand Down Expand Up @@ -96,6 +97,8 @@ library
include-dirs:
include
exposed-modules:
Development.IDE.Core.Completions
Development.IDE.Core.CompletionsTypes
Development.IDE.Core.FileStore
Development.IDE.Core.OfInterest
Development.IDE.Core.PositionMapping
Expand Down Expand Up @@ -123,6 +126,7 @@ library
Development.IDE.GHC.Warnings
Development.IDE.Import.FindImports
Development.IDE.LSP.CodeAction
Development.IDE.LSP.Completions
Development.IDE.LSP.HoverDefinition
Development.IDE.LSP.Notifications
Development.IDE.Spans.AtPoint
Expand Down Expand Up @@ -171,6 +175,7 @@ test-suite ghcide-tests
build-tool-depends:
ghcide:ghcide
build-depends:
aeson,
base,
bytestring,
containers,
Expand Down
Loading