禁用Unused CSS selector
步骤:
- 在 PhpStorm 中,点击顶部菜单 File > Settings(Windows/Linux)或 PhpStorm > Preferences(macOS)。
- 在 Inspections 界面左侧的搜索框中输入 CSS。
- 展开 CSS 部分,找到 Unused CSS selector(未使用的 CSS 选择器)。
- 取消勾选 Unused CSS selector
禁用 Unused parameter 检测
步骤:
- 在 PhpStorm 中,点击顶部菜单 File > Settings(Windows/Linux)或 PhpStorm > Preferences(macOS)。
- 在 Inspections 界面左侧的搜索框中输入 Unused parameter
- 取消勾选 Unused local symbol