jschaf / powershell.el

An Emacs mode for editing and running Microsoft PowerShell code.
93 stars 30 forks source link

PowerShell Editor Services #18

Open ed-ilyin opened 8 years ago

ed-ilyin commented 8 years ago

Hi,

Microsoft released PowerShell Editor Services on github.com. Can it be somehow integrated in to the jschaf/powershell.el?

jschaf commented 8 years ago

I'm sure it could, it has a section on interacting with the host:

https://github.com/PowerShell/PowerShellEditorServices/blob/master/docs/using_the_host_process.md

I don't use powershell any more, so I'm in maintenance mode for this project, but I'm happy to take pull requests.