fsprojects / IfSharp

F# for Jupyter Notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Autocomplete in Jupyter Labs

thomasd3 opened this issue · comments

Using JupyterLabs, I have no problem using F# using this plug-in, but there is absolutely no autocomplete.

When I press '.' after an object name, there are no suggestions and ctrl-space is not doing anything at all either.

Is there no autocomplete in Jupyter Labs? or is something not correct on my end?

It's definitely possible to have completion:
completion

At least on Windows the completion key is <tab>. What platform are you running on?

I am on MacOS / Firefox, and there is no completion at all on my end.