27 lines
1 KiB
Markdown
27 lines
1 KiB
Markdown
# PowerShell Editor Services
|
|
|
|
PowerShell Editor Services provides common functionality that is needed
|
|
to enable a consistent and robust PowerShell development experience
|
|
across multiple editors.
|
|
|
|
## [User Guide](guide/introduction.md)
|
|
|
|
The User Guide describes the high level design of this project and gives
|
|
guidance on how to use it.
|
|
|
|
## [API Reference](api/index.md)
|
|
|
|
The API Reference contains details about the .NET API.
|
|
|
|
## Getting Help
|
|
|
|
If you run into any issues while using PowerShell Editor Services and this documentation doesn't
|
|
answer your question, feel free to file an issue on our
|
|
[GitHub page](https://github.com/PowerShell/PowerShellEditorServices/issues) or contact the
|
|
via Twitter ([@daviwil](http://twitter.com/daviwil) and [@r_keith_hill](http://twitter.com/r_keith_hill))
|
|
|
|
## Contributing
|
|
|
|
We would love to incorporate community contributions into this project. If you would like to
|
|
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide]
|
|
(../CONTRIBUTING.md) to learn more.
|