Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>NovaProgNew to Visual Studio Code? Get it now.
NovaProg

NovaProg

Aas-Jakobsen AS

|
13 installs
| (1) | Free
NovaProg language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NovaProg

This is an extension for VS Code which recognizes NovaProg as a programming language and provides syntax highlighting and limited diagnostics for input files (.inp). The extension is not a part of the NovaProg package, and Aas-Jakobsen does not take any responsibility for the extension working as intendend, nor does Aas-Jakobsen fix bugs and errors on demand.

Features

  • Syntax Highlighting

    • Comments
    • Strings
    • Variables
    • Keywords/Commands
    • Constants
  • Variable Recognition

    • Peek Definition
    • Go To Definition
    • Rename Variable
  • Diagnostics

    • Errors on unrecognized variables, keywords and constants
  • Run from terminal

    • Run input file directly in VS Code by pressing F5
    • Make sure to set the default terminal in VS Code to Command Prompt. Do so by pressing F1 and type in "Terminal: Select Default Profile" and run the command. Navigate to the "Command Prompt" option and press Enter.
    • Set the path to the NovaConsole executable py pressing F1 and type in "Preferences: Open User Settings". Press Enter and navigate to Extensions->NovaProg. In the Interpreter Path field, paste the full path to the NovaConsole.exe file you want to use for reading input files.
  • Useful features in VS Code

    • Comment out a block of code
      • Ctrl + K, Ctrl + C
    • Undo comment of a block of code
      • Ctrl + K, Ctrl + U
    • Multiline cursor (edit multiple lines at once)
      • Ctrl + Alt + Key Up/Down
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft