Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data Log
- descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState
- properties :: Properties '['PropertyKey "path" 'TString]
- provider :: Recorder (WithPriority Log) -> PluginId -> FormattingHandler IdeState
Documentation
descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState Source #
properties :: Properties '['PropertyKey "path" 'TString] Source #
provider :: Recorder (WithPriority Log) -> PluginId -> FormattingHandler IdeState Source #
Formatter provider of cabal gild. 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.