Editing Code
Table of Contents:
Related Articles:
There are several code editors one can use to write and modify code on chip, such as emacs, nano, vim, or VSCode, or even quick Bash commands.
Popular Text Editors
For command line interface (CLI), emacs, nano, and vim and the most popular text editors. Chip supports usage of all three through the terminal/command prompt.
For more information, navigate to the following links:
VSCode
Visual Studio Code can also be configured to work with chip and be used a text editor. For a walk-through, refer to this tutorial: https://umbc.atlassian.net/wiki/x/CoAOR
Back to Main Page