You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this works in Salsa (as well as TypeScript) if, in settings.json, you set "typescript.tsdk" to a directory that contains the bits from typescript@next.
From @atcq1 on March 25, 2016 13:11
Intellisense\autocomplete not work to call methods and property through this.methodName () / this.propertyName.
Steps to Reproduce:
2 Enter
this.second
orthis.prop
inthirdMethod(){}
:Copied from original issue: microsoft/vscode#4671
The text was updated successfully, but these errors were encountered: