ghcide-1.2.0.1: The core of an IDE
Safe HaskellNone
LanguageHaskell2010

Development.IDE.Main

Documentation

data Command Source #

Constructors

Check [FilePath]

Typecheck some paths and print diagnostics. Exit code is the number of failures

Db

Run a command in the hiedb

LSP

Run the LSP server

Custom

User defined

Instances

Instances details
Show Command Source # 
Instance details

Defined in Development.IDE.Main

newtype IdeCommand Source #

Constructors

IdeCommand (IdeState -> IO ()) 

Instances

Instances details
Show IdeCommand Source # 
Instance details

Defined in Development.IDE.Main

Orphan instances

Show Options Source # 
Instance details

Show Command Source # 
Instance details