Skip to content

JIPCAD/JIPCAD-vs-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bda5b0a · Dec 12, 2022

History

39 Commits
Dec 8, 2022
Dec 11, 2022
Dec 11, 2022
Dec 12, 2022
Dec 8, 2022
Dec 8, 2022
Nov 6, 2022
Dec 11, 2022
Nov 6, 2022
Dec 5, 2022
Dec 11, 2022
Dec 8, 2022
Dec 11, 2022
Dec 8, 2022
Dec 11, 2022
Nov 25, 2022
Dec 8, 2022

Repository files navigation

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.