jsDoc intellisense support for @augments/@extends #30943
Labels
Add a Flag
Any problem can be solved by flags, except for the problem of having too many flags
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Domain: JavaScript
The issue relates to JavaScript specifically
Domain: JSDoc
Relates to JSDoc parsing and type generation
Suggestion
An idea for TypeScript
Issue Type: Feature Request
Please make intellisense support @augments/
@extends
tags. Currently intellisense is not showing base class properties both prototype and own.Here is my base class
Example usage of base class. I tagged with
@extends
.Currently it only displays members from the used type.
VS Code version: Code 1.33.0 (0dd516dd412d42323fc3464531b1c715d51c4c1a, 2019-04-04T15:14:28.026Z)
OS version: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered: