Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- descriptor :: PluginId -> PluginDescriptor IdeState
- provider :: FormattingHandler IdeState
Documentation
descriptor :: PluginId -> PluginDescriptor IdeState Source #
provider :: FormattingHandler IdeState Source #
Format provider of Floskell. 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.