Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ADAN LSP and SnippetsNew to Visual Studio Code? Get it now.
ADAN LSP and Snippets

ADAN LSP and Snippets

Cappucina

|
3 installs
| (0) | Free
Syntax highlighting, snippets, and tab completion for the ADAN programming language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ADAN's Language Server for VS Code

ADAN is a statically typed, memory safe programming language that strives to introduce a strict and safe type system that primarily focuses on preventing possible memory leaks and unstable code. ADAN has syntax similar to C, to keep familiarity and to avoid having a steep learning curve.

ADAN was developed by Lily, Kauht, and Leo.

The ADAN LSP (Language Server Protocol) provides various features, such as: syntax highlighting and auto-completion. Making development in ADAN seamless and less of a hassle.

View the ADAN language's source code or install the language for yourself.

Installation

You can install this extension from Cappucina on the VS Code Marketplace.

Or, if you'd like, directly install the .vsix file from the releases page.

Features

  • Syntax highlighting
  • Code snippets
    • Increase your development speed with easily editable pre-built blocks of code.

Turn something from this:

include adan.io;

pro

Into this:

include adan.io;

program::void my_function(parameters) {

}
  • Auto completion
    • pr -> program, t -> true, etc.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft