QuickInfo Does not Return Documentation For Attribute #13963
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From http://stackoverflow.com/questions/42126703/visual-studio-code-display-jsdoc-for-attribute
TypeScript Version: 2.2.0-dev.20170207
Code
Expected behavior:
quickinfo
for thex
inx:10
shows the property info along with the documentation forx
Actual behavior:
Here's hovering over the
x
inx:10
vs hovering over
p.x
:Note that
completionEntryDetails
forx
inx:10
does return the documentation forPoint.x
The text was updated successfully, but these errors were encountered: