# Hide all items

```
 Action    name: HideAll
 
```

This command allows you to hide:

```
  - all functions and hidden ranges if invoked in the disassembly window
  - all structures if invoked in the structures window
  - all enums if invoked in the enums window
```

IDA will display only the header of the hidden items.

If you want to see hidden items on the screen, you may use [unhide](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/view/unhide) command or [enable](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/view/setup-hidden-items) the display of the hidden items.

See also [Unhide all](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/view/unhide-all-items) command.

See also [Edit|View](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/view) submenu
