hls-cabal-fmt-plugin-2.4.0.0: Integration with the cabal-fmt code formatter
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ide.Plugin.CabalFmt

Synopsis

Documentation

data Log #

Instances

Instances details
Show Log # 
Instance details

Defined in Ide.Plugin.CabalFmt

Methods

showsPrec :: Int -> Log -> ShowS #

show :: Log -> String #

showList :: [Log] -> ShowS #

Pretty Log # 
Instance details

Defined in Ide.Plugin.CabalFmt

Methods

pretty :: Log -> Doc ann #

prettyList :: [Log] -> Doc ann #

provider :: Recorder (WithPriority Log) -> FormattingHandler IdeState #

Formatter provider of cabal fmt. Formats the given source in either a given Range or the whole Document. If the provider fails an error is returned that can be displayed to the user.