Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b84a4a3

Browse files
committedMay 21, 2015
Update README.md with basic project information
1 parent 6d5eea3 commit b84a4a3

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
 

‎README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
# added by Krishna
2-
"hello"
3-
41
# Microsoft.PowerShell.EditorTools
5-
Open-source library that exposes editor tools for PowerShell
2+
3+
The Microsoft.PowerShell.EditorTools library provides common functionality
4+
that is needed to support a consistent and robust PowerShell development experience
5+
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

Comments
 (0)
Please sign in to comment.