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

ProperScript

(ing) Studios

| (0) | Free
Syntax highlighting and IntelliSense for ProperScript - JavaScript, but proper.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ProperScript for VS Code

Syntax highlighting and IntelliSense for ProperScript - JavaScript, but proper.

Features

  • Syntax Highlighting: All ProperScript keywords beautifully colored
  • IntelliSense: Autocomplete for ProperScript keywords, variables, and functions
  • Snippets: Quick completions for common patterns

Quick Start

  1. Install the extension
  2. Create a file with .ps extension
  3. Start coding in ProperScript!

Example

persistent greeting = "Hello, World!";
announce(greeting);

procedure greet(name) {
  announce("Hello,", name);
}

greet("ProperScript");

Keywords

ProperScript JavaScript
changeable let
persistent const
procedure function
announce console.log
whether if
queue await

Full documentation

Links

  • GitHub Repository
  • Report Issues
  • Compiler (npm)

License

Apache-2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft