this.property completion does not include insertText if in parens #21320
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
TypeScript 2.7.0-2018-01-19
Code
For the js:
Trigger suggestions at the end of
rad
inreturn (rad)
Expected behavior:
Returned completion for
radius
includesinsertText
that turns the expression into(this.radius)
Actual behavior:
Returned completion does not include insertText:
The text was updated successfully, but these errors were encountered: