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

No list of columns for code completion #2039

Open
ntluong95 opened this issue Nov 23, 2024 · 2 comments
Open

No list of columns for code completion #2039

ntluong95 opened this issue Nov 23, 2024 · 2 comments

Comments

@ntluong95
Copy link

Describe the issue:

I am using Positron IDE (a fork of CodeOSS), which is using Jedi as LSP. Currently when trying to get the code completion for list of columns inside the pandas method, I dont see any thing.

Image

Expected or desired behavior:

The feature has been implemented in DataSpell IDE

In filter method
Image

In query method

Image

@davidhalter
Copy link
Owner

I have no idea what the DataSpell IDE is, but I assume it is executing code? The problem here is: I'm not even sure if this is an Interpreter case. You should probably talk to the people at Positron first and ask them if they can narrow this case down. Otherwise I'm inclined to close, because I'm not really sure what the scope of this issue would be.

This is probably interpreted Python and not normal static analysis and it might be a special case for Pandas, but I really don't have an idea at the moment. I also don't have the time to investigate.

@ntluong95
Copy link
Author

That's sad to hear because I think pandas is quite a popular package in datascience, which should have more support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants