Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>typy-langNew to Visual Studio Code? Get it now.
typy-lang

typy-lang

krosta12

|
2 installs
| (0) | Free
Extension pack for .tpy files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TyPy VS Code Extension

🎨 Code Highlighting

The extension adds colors for new constructs

✨ Snippets

📦 Classes

  • class — creates a class structure
  • sclass — creates a class structure using use strict rules
  • cli — creates a new class structure with interface implementation
  • scli — creates a new class structure with interface implementation using use strict rules

📜 Interfaces

  • interface — creates a new interface with a function example
  • implements — adds requirements to a class for defining variables and functions

🔄 Loops & Control

  • for — creates a for-loop
  • as — checks data type at runtime

🔒 Types and Modifiers

  • type — quickly defines a custom data type
  • optional — keyword for creating variables that don’t require a value
  • readonly — creates a constant (immutable variable)

🧬 Generic Functions

  • generic — creates a generic function with arguments of different data types
  • sgeneric — creates a generic function with arguments of different data types using use strict rules

⚙️ Other

  • enum — creates a new enumeration example with parameters
  • use strict — enables strict mode
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft