Skip to content

Commit 600c7ce

Browse files
committed
Update README.md
1 parent ba21635 commit 600c7ce

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ across multiple editors.
88

99
## Features
1010

11-
- The Language Service provides code navigation actions (find references, go to definition) and statement completions (IntelliSense)
12-
- The Analysis Service integrates PowerShell Script Analyzer to provide real-time semantic analysis of scripts
11+
- The Language Service provides common editor features for the PowerShell language:
12+
- Code navigation actions (find references, go to definition)
13+
- Statement completions (IntelliSense)
14+
- Real-time semantic analysis of scripts using PowerShell Script Analyzer
15+
- Basic script evaluation
1316
- The Debugging Service simplifies interaction with the PowerShell debugger (breakpoints, variables, call stack, etc)
1417

1518
The core Editor Services library is intended to be consumed in any type of host application, whether
1619
it is a WPF UI, console application, or web service. A standard console application host is included
17-
so that you can easily consume Editor Services functionality in any editor using either the included
18-
standard input/output transport protocol or a transport of your own design.
20+
so that you can easily consume Editor Services functionality in any editor using the JSON API that it
21+
exposes.
1922

2023
## Documentation
2124

@@ -26,7 +29,7 @@ Check out the following two pages for information about how to use the API and h
2629

2730
## Installation
2831

29-
**TODO**: Add information about acquiring packages from NuGet.
32+
**TODO**: Add information about acquiring packages from NuGet once those are available.
3033

3134
## Cloning the Code
3235

0 commit comments

Comments
 (0)