Is there a way to disable Webstorm "unused XY" warnings for certain files (here: Storybook stories)? Sebastian Obentheuer 创建于 2023年05月16日 14:38 Can I disable all the "unused XY" warnings I get when using Storybook stories? Unused default export or Unused constant XY
You can disable "Unused local\global symbol" inspections in `Settings > Editor > Inspections`. Or suppress them for a particular file or statement: https://www.jetbrains.com/help/webstorm/disabling-and-enabling-inspections.html#suppress-in-editor.