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

Commit

Permalink
Initial implementation of completion support
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Dec 9, 2019
1 parent 7f3b0f6 commit c0e0665
Show file tree
Hide file tree
Showing 9 changed files with 683 additions and 0 deletions.
3 changes: 3 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.18,
Expand Down Expand Up @@ -96,6 +97,7 @@ library
include-dirs:
include
exposed-modules:
Development.IDE.Core.Completions
Development.IDE.Core.FileStore
Development.IDE.Core.OfInterest
Development.IDE.Core.PositionMapping
Expand Down Expand Up @@ -123,6 +125,7 @@ library
Development.IDE.GHC.Warnings
Development.IDE.Import.FindImports
Development.IDE.LSP.CodeAction
Development.IDE.LSP.Completions
Development.IDE.LSP.Definition
Development.IDE.LSP.Hover
Development.IDE.LSP.Notifications
Expand Down
Loading

0 comments on commit c0e0665

Please sign in to comment.