LSP settings for Sublime text 3 with Powershell.
See link below on integration of LSP Powershell with Sublime text 3:
- Powershell core executable
pwsh
should be in your PATH.
- With Powershell core, you cannot and don't need to download Powershell help files with
Update-Help
.
- Download and extract the latest (stable) release of PowerShellEditorServices.
https://github.com/PowerShell/PowerShellEditorServices - Install Sublime package - Powershell (for syntax highlight).
https://packagecontrol.io/packages/PowerShell - Install Sublime package - LSP (for intellisense, etc.).
https://packagecontrol.io/packages/LSP - Edit the LSP settings file. In Sublime menu:
Preferences -> Package settings -> LSP -> Settings
. - Contents of file
LSP.sublime-settings
in this repo can be copied over the settings file in previous step.
Happy coding.