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

SUSharp language

LordJakub

|
7 installs
| (0) | Free
Support for my simple lang
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SUSharp

Welcome to SUSharp, the custom programming language that is now integrated with Visual Studio Code! This extension provides syntax highlighting, code completion, and other useful features for working with SUSharp code. Whether you are a beginner or an experienced developer, this extension will help you write clean and organized SUSharp code.

Features

  • Syntax highlighting

  • Code completion

Requirements

To use the SUSharp extension, you must have Visual Studio Code installed on your computer.

Release Notes

  • 1.0.0 First release of SUSharp extension for Visual Studio Code. 1.0.2
  • Added graphics

SUSharp documentation

Example code:

`var s = "Hello, world"   
var i = 0   
var b = true    
var X = 10    
Var Y = X    
if b    
{    
    print s    
}    
while i<10    
{    
    print i    
    i = i+1    
}    
Graphics.Init(800,600,Ahoj)    
WindowLoop{    
    Graphics.Draw(img.png,X,Y)    
}`    
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft