• idea IntelliJ IDEA 消除各种 警告 提示


    1、Method/Class “XXX” is never used
    步骤
    File–>Settings–>Editor–>Inspections–>Java–>Declaration redundancy–>取消勾选Unused declaration

    2、Typo-In word “” more…(Ctrl+F1) 拼写检查(这个不太建议消除,单词拼错影响阅读)
    步骤
    File–>Settings–>Editor–>Inspections–>Spelling–>取消勾选Typo

    3、access can be package-private
    步骤
    File–>Settings–>Editor–>Inspections–>Java–>Declaration redundancy–>取消勾选Declaration access can be weaker

     4、取消显示形参名提示
    步骤
    File–>Settings–>Editor–>General–>Appearance–>取消勾选Show parameter name hints

  • 相关阅读:
    第三周学习进度总结
    第二周学习进度总结
    动手动脑04
    动手动脑03
    动手动脑02
    课堂实践总结
    课堂实践
    原码,反码和补码学习报告
    开学第一周
    第八周
  • 原文地址:https://www.cnblogs.com/Denny_Yang/p/15369154.html
Copyright © 2020-2023  润新知