Skip to content

dfinke/PowerShellConsole

Repository files navigation

Overview

This repository contains a C# solution for creating a PowerShell console with the AvalonEdit control http://www.icsharpcode.net/OpenSource/SD. This can then be embedded into another C# application and poof, you've added scripting capabilities to your app.

Highlights

  • Does syntax verification including red squiggles and tooltips
  • Code folding
  • Syntax highlighting
  • Intellisense with tooltips
    • Even at the .NET level, try typing System.

pic1

Code completion

.NET types

pic2

.NET types compiled on the fly

pic3

About

Create a PowerShell Console using the AvalonEdit control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published