You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ across multiple editors.
19
19
- Choice prompt support
20
20
- Input prompt support
21
21
- Get-Credential support (coming soon)
22
+
- The Extension Service provides a generalized extensibility model that allows you to
23
+
write new functionality for any host editor that uses PowerShell Editor Services
22
24
23
25
The core Editor Services library is intended to be consumed in any type of host application, whether
24
26
it is a WPF UI, console application, or web service. A standard console application host is included
@@ -27,12 +29,9 @@ exposes.
27
29
28
30
## Documentation
29
31
30
-
Check out the following two pages for information about how to use the API and host process:
31
-
32
-
-**[Using the .NET API](docs/using_the_dotnet_api.md)** - Read this if you want to use the API in your .NET application
33
-
-**[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
34
-
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)**.
32
+
Check out our **[documentation site](http://powershell.github.io/PowerShellEditorServices)** for information about
33
+
how to use this project. You can also read our plans for future feature development by looking at the
0 commit comments