fsprojects / IfSharp

F# for Jupyter Notebooks
Other
440 stars 71 forks source link

Question: Autocomplete in Jupyter Labs #257

Open thomasd3 opened 3 years ago

thomasd3 commented 3 years ago

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?

cgravill commented 3 years ago

It's definitely possible to have completion: completion

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

thomasd3 commented 3 years ago

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