VS Code extension that marks deprecated identifiers

栏目: IT技术 · 发布时间: 5年前

内容简介:In the command palette (CMD + SHIFT + P) select “Install Extension” and choose "VS Code Deprecated".We detect when you open a file, when you change something in it, when you switch editors. So there is no command to run, just install the extension and work

VS Code Deprecated :rotating_light:

Leverage the power of JSDocs. Show deprecated usages in the editor, as you type.

VS Code extension that marks deprecated identifiers

Installation

In the command palette (CMD + SHIFT + P) select “Install Extension” and choose "VS Code Deprecated".

Usage

We detect when you open a file, when you change something in it, when you switch editors. So there is no command to run, just install the extension and work as you normally would. We will mark any deprecated usages in the editor.

VS Code extension that marks deprecated identifiers

Behind the scenes

We plug into VSCode and use the hover functionality to find deprecated identifiers. So if your project is configured properly and the VS Code hover shows you that tiny deprecated warning, we will show it, too.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Data Structures and Algorithm Analysis in Java

Data Structures and Algorithm Analysis in Java

Mark A. Weiss / Pearson / 2011-11-18 / GBP 129.99

Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course wa......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试