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

@deprecated support in TypeScript #10316

Closed
normalser opened this issue Aug 8, 2016 · 3 comments
Closed

@deprecated support in TypeScript #10316

normalser opened this issue Aug 8, 2016 · 3 comments
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@normalser
Copy link

  • VSCode Version: Code - Insiders 1.5.0-insider (dde41be, 2016-08-08T06:03:58.264Z)
  • OS Version: Darwin x64 15.6.0

Would be nice to be able to type @deprecated in comment on method (etc.) and have vscode be able to render the method with strikethrough style in both editor and intellisense

@jrieken jrieken added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Aug 9, 2016
@jrieken
Copy link
Member

jrieken commented Aug 9, 2016

That's something an extension should do using the text decoration API esp since @deparated isn't part of the TypeScript spec

fyi @dbaeumer

@jrieken jrieken closed this as completed Aug 9, 2016
@rcjsuen
Copy link
Contributor

rcjsuen commented Aug 22, 2017

@jrieken Where is this "text decoration API"? Your hyperlink appears to be broken. Do you have a canonical link to the relevant file and line number?

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants