Documentation for built-in types only works once #2179
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
Milestone
If you launch VS Code and then type
str()
, you will get the documentation for thestr
type.But if you type
str()
again on another line, like so:you will get a message saying that "Documentation is still being calculated, please try again soon."
The text was updated successfully, but these errors were encountered: