ReSharper 8.2: TypeScript IntelliSense fails for generic types
ReSharper seems to not be able to resolve types that the native VS TypeScript plugin is fine at.
For instance:
<string[]>[].map(s => s.)
If you get Intellisense at the "s." you'll notice it's falling back to the "just show every identifier we can find" mode instead of realizing that s is a string.
Please sign in to leave a comment.
Hi, Anthony!
Thank you for reporting the issue. Unfortunately, it is a known issue:
http://youtrack.jetbrains.com/issue/RSRP-412418
I will add a link to your example there, too, thanks.