Hoon Assist

November 18, 2021 ยท View on GitHub

This extension is a port of the Hoon Assist Atom package. It assists with the steep learning curve of the Hoon programming language by showing documentation as you code.

Features

Displays documentation for different Hoon terms that are under your cursor (gif from Atom):

The documentation was extracted from the docs repo.

Mapped:

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

Missing:

  • Functions from zuse

Usage

  • Open up any .hoon file
  • Hoon Assist should automatically open a panel
  • Move your cursor around over different terms to see documentation

Requirements

Known Issues

Documentation currently outdated compared to urbit.org.


Release Notes

0.0.1

Initial port of Hoon Assist