haskell-language-server-2.11.0.0: LSP server for GHC
Safe HaskellNone
LanguageGHC2021

Ide.Plugin.ExplicitImports

Synopsis

Documentation

descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState Source #

The "main" function of a plugin

descriptorForModules Source #

Arguments

:: Recorder (WithPriority Log) 
-> (ModuleName -> Bool)

Predicate to select modules that will be annotated

-> PluginId 
-> PluginDescriptor IdeState 

data Log Source #

Constructors

LogShake Log 
LogWAEResponseError (TResponseError 'Method_WorkspaceApplyEdit) 
Pretty a => LogResolve a 

Instances

Instances details
Pretty Log Source # 
Instance details

Defined in Ide.Plugin.ExplicitImports

Methods

pretty :: Log -> Doc ann #

prettyList :: [Log] -> Doc ann #