Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ylang-vscodeNew to Visual Studio Code? Get it now.
ylang-vscode

ylang-vscode

Jayaditya Gaikwad

|
1 install
| (0) | Free
VSCode support for YLang
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

YLang VS Code Extension

Adds syntax highlighting and basic language support for YLang, a C-based programming language extended with object-oriented features.


Features

  • Syntax highlighting for YLang keywords, classes, comments, and strings
  • Language configuration for brackets, auto-closing pairs, and line comments (//)
  • Code snippets for common constructs like class definitions
  • Lightweight and fast support to improve editing experience

Installation

Install the extension from the Visual Studio Code Marketplace or

  1. Download the .vsix package
  2. In VS Code, open the Extensions sidebar (Ctrl+Shift+X)
  3. Click on the ... menu → Install from VSIX...
  4. Select the downloaded .vsix file

Usage

  • Open or create a file with the .yc extension
  • Enjoy syntax highlighting, bracket matching, and snippets for YLang code
  • Use the class snippet by typing class and pressing Tab to quickly scaffold a class

Example

class MyClass {
    int age;
    
    void greet() {
        // Say hello
        print("Hello, world!");
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft