> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# File Navigation

> Jump to any file in your dbt™ project with the Paradime Code IDE quick-open menu (⌘P / Ctrl+P), including Git-ignored files like compiled dbt™ output.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

To launch the File Navigation menu, use `⌘P` (MacOS) or `Ctrl+P` (Windows), or click the **Search Files** box at the top of the [File Explorer](/products/code-ide/explore/file-explorer) panel. Start typing a file name and press `Enter` to open the best match.

<Arcade src="https://demo.arcade.software/PKZfMHilcMwkZ0rKIZln?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="File Navigation" />

<Info>
  **By default, Git-ignored files are not included in the search results.**

  If you want to include ignored files, like the compiled files dbt™ generates in your `/target` folder, press `⌘P` (MacOS) or `Ctrl+P` (Windows) again while the File Navigation menu is open to also include ignored files in the results.
</Info>


## Related topics

- [File Explorer](/products/code-ide/explore/file-explorer.md)
- [Explore Your Project](/products/code-ide/explore/index.md)
- [Visualize Data Lineage](/guides/paradime-101/getting-started-with-the-paradime-ide/utilizing-advanced-developer-features/visualize-data-lineage.md)
- [Nodes navigation](/products/data-catalog/lineage/nodes-navigation.md)
- [Paradime Apps Navigation](/guides/paradime-fundamentals/global-search/paradime-apps-navigation.md)
