# IntelliJ
One of my [[IDE]]s of choice, by [[Jetbrains]].
## TIL
[2023-06-16]
### Collapse control in Intellij
In [[Intellij]], you can control the collapse of the entire file in multiple ways. I wanted to quickly view only the `name` entries of the dbt schema.yaml file, put the cursor on the `name` attribute of the first `models` entry, and selected “Expand all to level” folled by selecting the 2 value (selecting 1 would only expand the parent node, but not show the individual hash values).