Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Axe Programming LanguageNew to Visual Studio Code? Get it now.
Axe Programming Language

Axe Programming Language

Navid M

|
14 installs
| (0) | Free
Language support for Axe with LSP
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Axe Programming Language

Axe is a statically typed, compiled programming language that centred around ease of concurrency and memory safety. It is designed to be simple and easy to learn.

Requirements

For full LSP support, you need the Axe LSP server (axels) in your system PATH.

Extension Settings

This extension contributes the following settings:

  • axe.lsp.serverPath: Path to the Axe LSP server executable
  • axe.lsp.trace: Set to 'messages' or 'verbose' to debug LSP communication

Example

use std.io;

def some_function() {
    println "Hello, world.";
}

def main() {
    some_function();
}

Release Notes

0.0.10

  • Added Language Server Protocol support
  • Integrated LSP client for code intelligence
  • Improved syntax highlighting

0.0.9

  • Initial release with syntax highlighting
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft