Skip to content

Documentation for built-in types only works once #2179

@brettcannon

Description

@brettcannon

If you launch VS Code and then type str(), you will get the documentation for the str type.

works

But if you type str() again on another line, like so:

str()
str()

you will get a message saying that "Documentation is still being calculated, please try again soon."

fails

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priority

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions