IntelliJ IDEA lets you find unused JavaScript, TypeScript, and CSS code in your client-side applications. When you run an application in the specialCode Coveragemode, IntelliJ IDEA creates a report showing how much code in every file and folder was used. Thanks tosource maps, this report shows...
Select theFind unused codecheckbox to have Psalm report the located unused code (including unused variables). Select theFind unused @psalm-suppress annotationscheckbox to have Psalm report all unused@psalm-suppressannotations. Initialize Psalm caches While thePsalm validationinspection can be run on a...
Customisable postfix templates for JavaScript and TypeScript:Learn more. Find unused code in your client-side app with Code Coverage:Learn more. New in the Node.js support Support for Node.js on Windows Subsystem for Linux:Learn more. Reconnect the debugger to the running node process:Learn mor...
CTRL + 空格 代码提示 (和系统输入法冲突,请在Settings->Keymap->mainmenu -> code ->Completion->basic,右键添加自己的快捷键) ALT + 回车 导入包,自动修正 CTRL + H 查看类的继承关系。 CTRL + Q 显示注释文档(跟eclipse鼠标放到类、方法、字段显示的内容一样) CTRL + W 选中代码,连续按会有其他效果 C...
IDE 现在可以准确识别在抛出的异常以及try、catch和finally块的上下文中使用的代码,同时考虑隐式 import。 此外,我们还引入了对工作表等非标准 Scala 文件禁止Unused declaration(未使用的声明) 和Method can be private(方法可为 private)检查的功能。 增强的嵌入提示设置 ...
在弹框中输入:unused declaration 搜索未使用的声明,点击之后,等待系统分析结果. 3.选定范围 范围选择整个项目,维度为类,字段,方法,参数,变量等. 4.查询结果 等待下方读条结束会自动弹出 Inspection Results 弹窗 查看分析的结果,为未使用的类,方法,变量,可以进行删除,或者其他操作 ...
Unused declaration(未使用的声明)检查得到许多修正和改进。 IntelliJ IDEA 现在可以检测项目 XML 文件中的符号用法。 该检查还会区分对术语的引用和对类型的引用并正确标记。Can be private(可为 private)检查也已更新。 例如,您不会再看到工作表和局部类中顶级定义的高亮显示。 对于递归调用,调用行的左侧将有一个...
Unused declaration(未使用的声明)检查得到许多修正和改进。 IntelliJ IDEA 现在可以检测项目XML文件中的符号用法。 该检查还会区分对术语的引用和对类型的引用并正确标记。Can be private(可为 private)检查也已更新。 例如,您不会再看到工作表和局部类中顶级定义的高亮显示。 对于递归调用,调用行的左侧将有一个间距...
Unused declaration(未使用的声明)检查 此前,未使用声明的检测仅限于 private 绑定。 现在,Unused declaration(未使用的声明)检查支持由类、方法、变量、形参等引入的公共绑定。 Scala 调试器升级 在此版本中,我们改进和简化了 Scala 调试器。 我们升级了 objects、主构造函数形参、值 class、Array、lazy val 和集合...
Unused declaration(未使用的声明)检查得到许多修正和改进。 IntelliJ IDEA 现在可以检测项目 XML 文件中的符号用法。 该检查还会区分对术语的引用和对类型的引用并正确标记。Can be private(可为 private)检查也已更新。 例如,您不会再看到工作表和局部类中顶级定义的高亮显示。 对于递归调用,调用行的左侧将有一个...