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

Chemical

Chemical

|
73 installs
| (0) | Free
| Sponsor
Extension providing Chemical Programming Language Support, LSP Client for Chemical's LSP Server
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Chemical Programming Language

Chemical is a High Performance Native Programming Language.

You can find more information about it here.

Github

Do a Hello World

Save this in src/main.ch

public func main() : int {
  printf("Hello World");
  return 0;
}

and save this in chemical.mod

module main

source "src"

import std

Now press the play button in top right corner

Got any questions ?

Feel free to create an issue, if this extension doesn't work for you or if you experience any problems.

Please create an issue here.

Support me

Please consider supporting my work through patreon.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft