-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Labels
Area-Language ServicesIntelliSense, LSP, and relatedIntelliSense, LSP, and relatedbugSomething isn't workingSomething isn't working
Description
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?
- .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
Metadata
Metadata
Assignees
Labels
Area-Language ServicesIntelliSense, LSP, and relatedIntelliSense, LSP, and relatedbugSomething isn't workingSomething isn't working