Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.48 KB

NOME3 Language Extension

This is a Visual Studio Code extension for the NOME3 language used for 3D-computer-aided-design on the JIPCAD software, supervised by Prof. Carlo Sequin and developed by the JIPCAD group. The extension can be installed from the Visual Studio Marketplace.

This extension supports files with both the (.nom, .jipcad $*$) endings. Enjoy!

Features

1. Autocompletion of commands

2. Syntax coloring

3. Commenting

4. Running of Nome Executable

5. Customize directory of NOME executable

Intended Updates/Improvements

  • Semantic highlighting
  • Syntax error reporting

Development

$ git clone https://github.com/JIPCAD/JIPCAD-vs-code
$ npm ci

Pressing F5 will compile and run the extension in a new 'Extension Development Host' window.