vors / jupyter-powershell

PowerShell language kernel for Jupyter
MIT License
132 stars 26 forks source link

Tab completion #2

Open willyd opened 8 years ago

willyd commented 8 years ago

I did not try with python 3 but tab completion does not work with 2.7 once PR https://github.com/vors/jupyter-powershell/pull/1 is applied. Is this a known issue? How hard would it be to fix or add this feature?

vors commented 8 years ago

Currently this is an initial proof-of-concept/prototype that doesn't support tab completion. The good way to get tab-completion and other intelligence would be to incorporate @daviwil's work from https://github.com/PowerShell/PowerShellEditorServices