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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The functionality in PowerShell Editor Services is available in the following ed
16
16
-[lsp-pwsh](https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-pwsh.el), an Emacs PowerShell plugin
17
17
-[intellij-powershell](https://github.com/ant-druha/intellij-powershell), adds PowerShell language support to IntelliJ-based IDEs
18
18
-[coc-powershell](https://github.com/yatli/coc-powershell), a Vim and Neovim plugin
19
+
-[powershell.nvim](https://github.com/TheLeoP/powershell.nvim) a Neovim plugin
19
20
20
21
Please note that other than PowerShell for Visual Studio Code, these clients are community maintained and may be very out of date.
21
22
It is recommended that you simply use an LSP plugin for your editor and configure it as demonstrated [below](#Usage).
@@ -55,7 +56,7 @@ The start script, `Start-EditorServices.ps1`, is found in the `PowerShellEditorS
55
56
The session details (which named pipes were created) will be written to the given session details path,
56
57
and the client needs to point to these in order to connect.
57
58
58
-
The Visual Studio Code, Vim, and IntelliJ extensions use named pipes.
59
+
The Visual Studio Code, Vim, Neovim, and IntelliJ extensions use named pipes.
59
60
60
61
### Standard Input and Output
61
62
@@ -130,6 +131,7 @@ The debugging functionality in PowerShell Editor Services is available in the fo
130
131
131
132
-[PowerShell for Visual Studio Code](https://github.com/PowerShell/vscode-powershell)
132
133
-[nvim-dap-powershell for Neovim](https://github.com/Willem-J-an/nvim-dap-powershell)
134
+
-[powershell.nvim for Neovim](https://github.com/TheLeoP/powershell.nvim)
133
135
134
136
## API Usage
135
137
@@ -190,7 +192,7 @@ Open the PowerShellEditorServices folder that you cloned locally and press <kbd>
190
192
191
193
## Contributions Welcome
192
194
193
-
We would love to incorporate community contributions into this project. If you would like to
195
+
We would love to incorporate community contributions into this project. If you would like to
194
196
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide](https://github.com/PowerShell/PowerShellEditorServices/blob/main/CONTRIBUTING.md) to learn more.
0 commit comments