From ed91b6632fca88bafee677307775e316ad812363 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Tue, 28 May 2019 12:42:10 -0700 Subject: [PATCH 1/5] Add list of frontends to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fa675227c..6d7dd5bac 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ PowerShell Editor Services is a PowerShell module that provides common functionality needed to enable a consistent and robust PowerShell development experience in almost any editor or integrated development environment (IDE). +## Front-ends using PSES + +The functionality in PSES is already available in the following editor extensions: + +- [The VSCode PowerShell extension](https://github.com/PowerShell/vscode-powershell), also available in Azure Data Studio +- [coc-powershell](https://github.com/yatli/coc-powershell), a vim/neovim PowerShell plugin +- [The IntelliJ PowerShell plugin](https://plugins.jetbrains.com/plugin/10249-powershell) + ## Features - The Language Service provides common editor features for the PowerShell language: From ce8e9de1cbf2ca272abb43ab558fbac98af465ff Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Tue, 28 May 2019 13:58:31 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7dd5bac..bcaa8d4e7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ PowerShell Editor Services is a PowerShell module that provides common functionality needed to enable a consistent and robust PowerShell development experience in almost any editor or integrated development environment (IDE). -## Front-ends using PSES +## PowerShell Language Server Protocol clients using PSES The functionality in PSES is already available in the following editor extensions: From 96eaa26af5becd867a7c686fb46105ad19d160da Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Sun, 2 Jun 2019 00:05:11 -0700 Subject: [PATCH 3/5] Update README.md Co-Authored-By: Tyler James Leonhardt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcaa8d4e7..4b13e8ec2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ PowerShell Editor Services is a PowerShell module that provides common functionality needed to enable a consistent and robust PowerShell development experience in almost any editor or integrated development environment (IDE). -## PowerShell Language Server Protocol clients using PSES +## PowerShell Language Server Protocol clients using PowerShell Editor Services The functionality in PSES is already available in the following editor extensions: From 2978e63fbdeeabd78d09a9830773e039549acfba Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Sun, 2 Jun 2019 00:05:25 -0700 Subject: [PATCH 4/5] Update README.md Co-Authored-By: Tyler James Leonhardt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b13e8ec2..567d0789a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ experience in almost any editor or integrated development environment (IDE). ## PowerShell Language Server Protocol clients using PowerShell Editor Services -The functionality in PSES is already available in the following editor extensions: +The functionality in PowerShell Editor Services is already available in the following editor extensions: - [The VSCode PowerShell extension](https://github.com/PowerShell/vscode-powershell), also available in Azure Data Studio - [coc-powershell](https://github.com/yatli/coc-powershell), a vim/neovim PowerShell plugin From 70f2081b2f0aa6f9eb307e80702defc966576f6e Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Sun, 2 Jun 2019 00:05:38 -0700 Subject: [PATCH 5/5] Update README.md Co-Authored-By: Tyler James Leonhardt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567d0789a..d0fcaa1e1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The functionality in PowerShell Editor Services is already available in the foll - [The VSCode PowerShell extension](https://github.com/PowerShell/vscode-powershell), also available in Azure Data Studio - [coc-powershell](https://github.com/yatli/coc-powershell), a vim/neovim PowerShell plugin -- [The IntelliJ PowerShell plugin](https://plugins.jetbrains.com/plugin/10249-powershell) +- [The IntelliJ PowerShell plugin](https://github.com/ant-druha/intellij-powershell) ## Features