Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning markers for properties/APIs marked @deprecated in JSDoc #277

Closed
TedDriggs opened this issue Nov 28, 2016 · 0 comments
Closed
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities typescript
Milestone

Comments

@TedDriggs
Copy link

monaco-typescript doesn't seem to do anything with @deprecated markers in typings or in JS code. In other IDEs, APIs marked with @deprecated, [Obsolete] etc. are given yellow markers and their deprecation messages are shown as warnings.

Here's a sample of the property being used in monaco-typescript itself (source)

/**
 * Options for a model decoration.
 */
export interface IModelDecorationOptions {
    /**
     * @deprecated : Use `overviewRuler` instead
     */
    showInOverviewRuler?: string;
}
@TedDriggs TedDriggs changed the title Add warning markers for properties marked @deprecated Add warning markers for properties/APIs marked @deprecated in JSDoc Nov 28, 2016
@jrieken jrieken added help wanted Issues identified as good community contribution opportunities feature-request Request for new features or functionality labels Jan 12, 2017
@jrieken jrieken removed their assignment Jan 16, 2017
@alexdima alexdima modified the milestone: Backlog Jun 7, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities typescript
Projects
None yet
Development

No branches or pull requests

3 participants