| ProperScript for VS CodeSyntax highlighting and IntelliSense for ProperScript - JavaScript, but proper. Features
Syntax Highlighting: All ProperScript keywords beautifully coloredIntelliSense: Autocomplete for ProperScript keywords, variables, and functionsSnippets: Quick completions for common patterns Quick Start
Install the extensionCreate a file with .psextensionStart coding in ProperScript! Examplepersistent 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 LinksLicenseApache-2.0 |  |