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
- Install the extension
- Create a file with
.ps extension
- 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
License
Apache-2.0
| |