jupyter-powershell icon indicating copy to clipboard operation
jupyter-powershell copied to clipboard

Tab completion

Open willyd opened this issue 8 years ago • 1 comments

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?

willyd avatar Jun 22 '16 16:06 willyd

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

vors avatar Jun 22 '16 16:06 vors