Closed daviwil closed 3 months ago
Any chance on this being added soon?
@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 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?
I don't think it will work with Package Control yet. For now, follow these instructions to install it:
Oh perfect! Ill give this a shot tomorrow morning.
@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.
Very likely to not be working well (especially IntelliSense), hoping to get back to it at some point this year
@daviwil is there any (partial)work we can sneak peak on?
FWIW you can use the LSP package https://lsp.readthedocs.io/en/latest/#powershell
With LSP and LSP-PowerShellEditorServices packages being available that kind of task finally got obsolete or out of scope for this syntax definition package.
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!