ghcide-1.7.0.0: The core of an IDE
Safe HaskellNone
LanguageHaskell2010

Development.IDE.Plugin.CodeAction

Contents

Description

Go to the definition of a variable.

Synopsis

Documentation

newImport Source #

Arguments

:: 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

For testing