You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While writing code inside cell is possible to call code completion with Tab key, but this feature doesn't work well with variables and instances members. Instead of showing accessible members it complete with a Note tag. If then you press tab again, this time you get initial set of code completion, still missing the variable's members.
I noticed this behaviour both on local kernel and online with Binder.
Locally I have tried both with jupyter and jupyter lab getting the same behaviour.
If it can help I think that IfSharp has a smooth working intellisense (although it only works on jupyter notebooks and not on Jupyter Lab)
Did this error occur while using dotnet interactive?
.NET Jupyter Notebook
Please complete the following:
OS
Windows 10
macOS
Linux (Please specify distro)
iOS
Android
Browser
Chrome
Edge
Safari
Frontend
Jupyter notebook
Jupyter lab
nteract
The text was updated successfully, but these errors were encountered:
Describe the bug
While writing code inside cell is possible to call code completion with Tab key, but this feature doesn't work well with variables and instances members. Instead of showing accessible members it complete with a Note tag. If then you press tab again, this time you get initial set of code completion, still missing the variable's members.
I noticed this behaviour both on local kernel and online with Binder.
Locally I have tried both with jupyter and jupyter lab getting the same behaviour.
If it can help I think that IfSharp has a smooth working intellisense (although it only works on jupyter notebooks and not on Jupyter Lab)
Did this error occur while using
dotnet interactive
?Please complete the following:
The text was updated successfully, but these errors were encountered: