Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong intellisense on variable member [FSharp] #346

Closed
5 of 12 tasks
Dreambound131 opened this issue Apr 14, 2020 · 2 comments
Closed
5 of 12 tasks

Wrong intellisense on variable member [FSharp] #346

Dreambound131 opened this issue Apr 14, 2020 · 2 comments
Assignees
Labels
Area-Language Services IntelliSense, LSP, and related bug Something isn't working

Comments

@Dreambound131
Copy link

Dreambound131 commented Apr 14, 2020

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
@jonsequitur jonsequitur added bug Something isn't working Area-Language Services IntelliSense, LSP, and related labels Apr 14, 2020
@jonsequitur
Copy link
Contributor

We've started working on improving Intellisense for all front-ends.

@colombod
Copy link
Member

Addressed in PR #625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Language Services IntelliSense, LSP, and related bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants