PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

Adopt PowerShell Editor Services for IntelliSense, code navigations, etc in Windows

Open daviwil opened this issue 10 years ago • 9 comments

I'm filing this issue to officially track the initial integration work for PowerShell Editor Services:

https://github.com/PowerShell/PowerShellEditorServices/

This will allow us to provide full IntelliSense support, code navigations, real-time syntax and semantic analysis, and script execution. We'll also be able to provide an integrated REPL that's more like what you see in the ISE.

If anyone is opposed to integrating this in this package we can start a new one. However I think it would be great to have it in the most commonly used PowerShell package!

daviwil avatar Dec 08 '15 14:12 daviwil

Any chance on this being added soon?

dzeleski avatar Nov 21 '16 03:11 dzeleski

@dzeleski you can try a preview of the integration now but it might not be 100% reliable: https://github.com/SublimeText/PowerShell/pull/152. I haven't had time to finish that work yet, but I'd certainly be interested in collaborating with others to finish it.

daviwil avatar Nov 22 '16 18:11 daviwil

@daviwil For sure, ill be honest I've not tested any sublime plugins yet, is it as simple as just manually adding your commit as a repo in package control and installing that way?

dzeleski avatar Nov 22 '16 19:11 dzeleski

I don't think it will work with Package Control yet. For now, follow these instructions to install it:

https://github.com/daviwil/SublimePowerShell/tree/editor-services#powershell-editor-services-integration-experimental

daviwil avatar Nov 22 '16 19:11 daviwil

Oh perfect! Ill give this a shot tomorrow morning.

dzeleski avatar Nov 23 '16 01:11 dzeleski

@daviwil Totally forgot about this, I just installed it using the instructions listed and it seems to be working. Thanks and sorry for the long delay. If I run into any issues ill open an issue.

dzeleski avatar May 11 '17 02:05 dzeleski

Very likely to not be working well (especially IntelliSense), hoping to get back to it at some point this year

daviwil avatar May 11 '17 14:05 daviwil

@daviwil is there any (partial)work we can sneak peak on?

vors avatar May 26 '18 21:05 vors

FWIW you can use the LSP package https://lsp.readthedocs.io/en/latest/#powershell

AmjadHD avatar Feb 27 '20 14:02 AmjadHD

With LSP and LSP-PowerShellEditorServices packages being available that kind of task finally got obsolete or out of scope for this syntax definition package.

deathaxe avatar Jul 13 '24 10:07 deathaxe