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

Nomen

Nomen

|
1 install
| (0) | Free
Run and Audit support for the Nomen programming language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nomen

This is the Visual Studio Code language server for Nomen.

Nomen is a statically-typed, memory managed language.

The language server provides the following features for .nm files:

  • Syntax highlighting
  • Type checking, as you type or on save
  • Hover information for variables, parameters, fields, functions and types
  • Go to definition and find all references, across your modules and the standard library
  • Auto-completion for struct, class, trait and enum members
  • Run and Audit code lenses on func main

Nomen code looks something like this:

import System

pub func main = () {
    Console.write_line("Hello, World!")
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft