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

problem with python intellisense #692

Closed
rolandbrake opened this issue Feb 2, 2018 · 4 comments
Closed

problem with python intellisense #692

rolandbrake opened this issue Feb 2, 2018 · 4 comments
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

@rolandbrake
Copy link

some words in the intellisese are huge relative to the other words in the popup window. is there any way to solve this problem, or there's a bug in the extension any help and thanks
1

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. awaiting 1-verification labels Feb 2, 2018
@MikhailArkhipov MikhailArkhipov self-assigned this Feb 2, 2018
@MikhailArkhipov
Copy link

I guess this has to do with the fact that Python documentation returned by jedi may contain symbols that are acting as markdown formatting since tooltip is markdown. We need to clean it up better.

@rolandbrake
Copy link
Author

and another problem is sometimes the intellisense takes a lot of time to shows up for some features and sometimes it doesn't appear at all.

@python4ever
Copy link

Yeah, exactly. For site-packages it can often be like 5-10s

@MikhailArkhipov
Copy link

7d93692

@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
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

No branches or pull requests

5 participants