We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5eea3 commit b84a4a3Copy full SHA for b84a4a3
README.md
@@ -1,5 +1,12 @@
1
-# added by Krishna
2
-"hello"
3
-
4
# Microsoft.PowerShell.EditorTools
5
-Open-source library that exposes editor tools for PowerShell
+
+The Microsoft.PowerShell.EditorTools library provides common functionality
+that is needed to support a consistent and robust PowerShell development experience
+across multiple editors.
6
7
+## Features
8
9
+- PowerShell runtime management
10
+- Code completion (IntelliSense)
11
+- Interactive development console (REPL)
12
+- Debugging (breakpoints, locals, etc)
0 commit comments