Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 944 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 944 Bytes

Hoon Assist

An Atom package assisting with the steep learning curve of the Hoon programming language.

Displays documentation for different Hoon terms that are under your cursor:

The documentation was extracted from the docs repo.

Mapped:

  • Keywords and runes
  • Standard library functions (Added by @Fang-)

Missing:

  • Functions from zuse

Prerequisites

Installation

  • Atom > Preferences > Install > search for "hoon"
  • Install both language-hoon and hoon-assist
  • Restart Atom

Usage

  • Open up a .hoon file in Atom
  • Hit Ctrl+; to toggle the assist panel (or Packages > Hoon Assist > Toggle)
  • Move your cursor over some twigs!