-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueDomain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specificallySuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From: microsoft/vscode#5163
TypeScript Version: 2.2.0- 20170210
Code
class Foo {
/**
* abc docs
*
* @private
*/
abc;
/**
* xyz docs
*
* @public
*/
xyz;
}
(new Foo()).|
Expected behavior:
When triggering suggestions on instances of Foo
, an entry for abc
is not returned.
Actual behavior:
All members of Foo
are returned. The @private
annotation seems to be ignored.
krum110487, silen-z, lcaprini, que-etc, Jexah and 38 moreniedzielski and matthewmuellerniedzielski, matthewmueller, Validark, ulrichb, labs-dlugo and 1 more
Metadata
Metadata
Assignees
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueDomain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specificallySuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue