Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Platypus Programming LanguageNew to Visual Studio Code? Get it now.
Platypus Programming Language

Platypus Programming Language

Guance Cloud

|
119 installs
| (1) | Free
A language server for Platypus Programming Language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Platypus extension for Visual Studio Code

The Language Server of Platypus Programming Language.

See Platypus proposal A001 for details.

Features

  • Support for syntax highlighting
  • Support for code completion
  • Support for code linting
  • Support for code formatting

Structure

.
├── client // Language Client
│   ├── src
│   │   ├── test // End to End tests for Language Client / Server
│   │   └── extension.ts // Language Client entry point
├── package.json // The extension manifest.
└── server // Language Server
    └── src
        └── server.ts // Language Server entry point
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft