IntelliSense for self.prop = ...
class member definitions in JavaScript
#16200
Labels
Design Limitation
Constraints of the existing architecture prevent this from being fixed
VS Code Tracked
There is a VS Code equivalent to this issue
From microsoft/vscode#27825
TypeScript Version: 2.3.4
Code
Currently our IntelliSense only suggests
bar
on instances ofMyClass
and notfoo
I believe this may be a special case of #10868
The text was updated successfully, but these errors were encountered: