phpstorm jetbrain 配置review code

禁用Unused CSS selector

步骤:

  1. 在 PhpStorm 中,点击顶部菜单 File > Settings(Windows/Linux)或 PhpStorm > Preferences(macOS)。
  2. 在 Inspections 界面左侧的搜索框中输入 CSS。
  3. 展开 CSS 部分,找到 Unused CSS selector(未使用的 CSS 选择器)。
  4. 取消勾选 Unused CSS selector

禁用 Unused parameter 检测

步骤:

  1. 在 PhpStorm 中,点击顶部菜单 File > Settings(Windows/Linux)或 PhpStorm > Preferences(macOS)。
  2. 在 Inspections 界面左侧的搜索框中输入 Unused parameter
  3. 取消勾选 Unused local symbol

你可能感兴趣的:(开发工具,phpstorm,ide)