`@inheritdoc` does not work in Visual Studio Code (only `@inheritDoc` does)
VSCode intellisense does not seem to respect all lower-case @inheritdoc in tsdoc comments. It seems to only respect the camelCase @inheritDoc. Other tools (e.g. API-Extractor) do not seem to have any issue with the all lower-case form.
Note that the eslint plugin also does not seem to care about casing. If the all lower-case form is not considered valid per spec, then it would be nice if the eslint plugin would catch the incorrect casing.
That the linter and the VSCode behavior seem to disagree on casing requirements makes it very easy to introduce comments that are incompatible with VSCode intellisense.
Does @inheritDoc work for you today in vscode? I run into this quite frequently where it doesn't seem that inheritDoc is supported at all by vscode.
it doesn't work for me
typedoc does not identify inheritdoc so inheritDoc is the way. Either way a method description with @inheritDoc is not evaluated by vscode. Would be really nice if it did.