Safe Haskell | None |
---|---|
Language | Haskell2010 |
Go to the definition of a variable.
Synopsis
- iePluginDescriptor :: PluginId -> PluginDescriptor IdeState
- typeSigsPluginDescriptor :: PluginId -> PluginDescriptor IdeState
- bindingsPluginDescriptor :: PluginId -> PluginDescriptor IdeState
- fillHolePluginDescriptor :: PluginId -> PluginDescriptor IdeState
- newImport :: Text -> Maybe Text -> Maybe Text -> Bool -> NewImport
- newImportToEdit :: NewImport -> ParsedSource -> Text -> Maybe (Text, TextEdit)
- matchRegExMultipleImports :: Text -> Maybe (Text, [(Text, Text)])
Documentation
:: Text | module name |
-> Maybe Text | the symbol |
-> Maybe Text | qualified name |
-> Bool | the symbol is to be imported or hidden |
-> NewImport |
Construct an import declaration with at most one symbol
newImportToEdit :: NewImport -> ParsedSource -> Text -> Maybe (Text, TextEdit) Source #