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

Chemical

Chemical

|
65 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. It uses .ch as its file extension.

You can find more information about it here.

Github

Do a Hello World

Save this file as main.ch and open it in the IDE after installing this extension.

@extern
public func printf(format : *char, _ : any...)

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

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