Skip to content

axelang/axe-vscode

Repository files navigation

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

About

VSCode extension for Axe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published