Skip to content

Commit e094024

Browse files
committed
Merge pull request #152 from PowerShell/daviwil/readme-update
Update README.md to convey latest project status
2 parents 7a1b4fa + a08e542 commit e094024

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ across multiple editors.
1414
- Real-time semantic analysis of scripts using PowerShell Script Analyzer
1515
- Basic script evaluation
1616
- The Debugging Service simplifies interaction with the PowerShell debugger (breakpoints, variables, call stack, etc)
17+
- The Console Service provides a simplified interactive console interface which implements a rich PSHost implementation:
18+
- Interactive command execution support, including basic use of native console applications
19+
- Choice prompt support
20+
- Input prompt support
21+
- Get-Credential support (coming soon)
1722

1823
The core Editor Services library is intended to be consumed in any type of host application, whether
1924
it is a WPF UI, console application, or web service. A standard console application host is included
@@ -27,9 +32,11 @@ Check out the following two pages for information about how to use the API and h
2732
- **[Using the .NET API](docs/using_the_dotnet_api.md)** - Read this if you want to use the API in your .NET application
2833
- **[Using the Host Process](docs/using_the_host_process.md)** - Read this if you want to use the API in a non-.NET application such as a code editor
2934

35+
You can also read our plans for future feature development by looking at the **[Development Roadmap](https://github.com/PowerShell/PowerShellEditorServices/wiki/Development-Roadmap)**.
36+
3037
## Installation
3138

32-
**TODO**: Add information about acquiring packages from NuGet once those are available.
39+
**TODO**: Add information about acquiring packages from NuGet and npm once those are available.
3340

3441
## Cloning the Code
3542

0 commit comments

Comments
 (0)