Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 694 Bytes

Installation (Linux)

cd ~/.howl/bundles
git clone https://github.com/rokf/howl-chicken

Dependencies

This bundle provides autocomplete and inline documentation features, which depend on chicken-doc. Go to http://wiki.call-cc.org/eggref/5/chicken-doc for installation instructions.

Commands

  • chicken-doc-children

Offers a selection between egg/unit identifiers. Displays a description of the selected identifier.

  • csi-pretty-eval

Evaluates the selected expression and displays the result in a popup buffer.

  • csc

Compiles the current file with csc. Requires the file to be in a Howl project.