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

PowerScript

Khan Rizwan Amjad

|
1 install
| (0) | Free
PowerScript Programming Language Support - As Powerful as C, As Easy as Python
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PowerScript VS Code Extension

PowerScript language support for Visual Studio Code.

Features

  • Syntax Highlighting: Full syntax highlighting for .ps files
  • Auto-completion: Intelligent code completion for PowerScript keywords
  • Error Detection: Real-time syntax error detection
  • Custom File Icon: Beautiful PowerScript file icons
  • Language Server: Full LSP support for enhanced development

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "PowerScript"
  4. Click Install

Usage

  1. Create a .ps file
  2. Start coding in PowerScript
  3. Enjoy syntax highlighting and auto-completion!

Example

let greeting = "Hello, PowerScript!"
print(greeting)
developer()

let factorial = fun(n) {
    if n <= 1 then
        1
    else
        n * factorial(n - 1)
}

print(factorial(5))

Requirements

  • PowerScript interpreter (install from GitHub releases)

Release Notes

0.1.0

  • Initial release
  • Syntax highlighting for PowerScript
  • Auto-completion support
  • Error detection
  • Custom file icons

About PowerScript

PowerScript is a modern programming language that combines the power of C with the simplicity of Python.

Created by Khan Rizwan Amjad

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