Skip to content

A Haskell function and minor mode for interactively adding imports to modules

Notifications You must be signed in to change notification settings

travitch/haskell-interactive-import.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Overview

This package adds an interactive command, haskell-interactive-import-begin, which allows the user to interactively select an import group to which a new import will be added. Currently, the import is chosen using eacl. Imports in the chosen group are sorted after the import is added.

The function returns the point to the original location before the function was executed. It also cleans up any buffer modifications if the interaction is aborted.

Future improvements

  • Add other hydra entries for adding imports not based on completion

About

A Haskell function and minor mode for interactively adding imports to modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published