An open API service indexing awesome lists of open source software.

https://github.com/urbit/hoon-assist


https://github.com/urbit/hoon-assist

Last synced: 10 months ago
JSON representation

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!