https://github.com/urbit/hoon-assist
https://github.com/urbit/hoon-assist
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/urbit/hoon-assist
- Owner: urbit
- License: mit
- Created: 2018-01-26T17:06:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T19:08:15.000Z (about 8 years ago)
- Last Synced: 2025-06-28T05:47:36.729Z (12 months ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 9
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hoon Assist
An [Atom](https://atom.io/) package assisting with the steep learning curve of the [Hoon](http://urbit.org/docs/hoon/) programming language.
Displays documentation for different Hoon terms that are under your cursor:

The documentation was extracted from the [docs repo](https://github.com/urbit/docs).
Mapped:
- Keywords and runes
- Standard library functions (Added by [@Fang-](https://github.com/Fang-))
Missing:
- Functions from zuse
## Prerequisites
- [language-hoon](https://github.com/yonilevy/language-hoon)
## 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!