haskell / haskell/haskell-mode
Refactor haskell-navigate-imports
Open
well-defined-task
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
It should work like this:
- first M-g i pushes mark using `push-mark` and goes to first `import` in file
- repeated M-g i moves to the next import block (group of import statements separated by something else)
- repeated M-g i cycles to the first one when past the last one
- standard C-u C-SPC is used to return to old point position
Half of the logic should go away.
Contributor guide
Assessment
This issue has not been assessed yet.