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

takes too much time to load pandas intellisense #152

Closed
DonJayamanne opened this issue Nov 14, 2017 · 1 comment · Fixed by #368
Closed

takes too much time to load pandas intellisense #152

DonJayamanne opened this issue Nov 14, 2017 · 1 comment · Fixed by #368
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@DonJayamanne
Copy link

From @himel951 on July 23, 2017 16:2

https://stackoverflow.com/questions/44879445/visual-studio-code-python-extension-takes-too-much-time-to-load-pandas-intellise

Copied from original issue: DonJayamanne/pythonVSCode#1113

@brettcannon brettcannon added awaiting 2-PR area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug labels Nov 14, 2017
@DonJayamanne
Copy link
Author

This could be the bottle neck, (unnecessarily building the docstring for everything instead of doing this on demand). Getting the documentation on demand is supported in the vscode API, we could probably make this simple change and check the performance improvement.

https://github.com/Microsoft/vscode-python/blob/master/pythonFiles/completion.py#L232

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants