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
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.
Expected or desired behavior:
The feature has been implemented in DataSpell IDE
In filter method
In query method
The text was updated successfully, but these errors were encountered:
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.
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.
Expected or desired behavior:
The feature has been implemented in DataSpell IDE
In
filter
methodIn
query
methodThe text was updated successfully, but these errors were encountered: