haskell / haskell/haskell-mode

Refactor haskell-navigate-imports

Open
#1,286 1 comment 0 reactions 1 assignee Claimed by @pheaver View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.