> ## 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

> Paradime IDE provides powerful search and find & replace functionality, enabling efficient project navigation and time-saving development workflows.

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 on the&#x20;

<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 compiled files generated by dbt™ commands in your `/target` folder, while the File Navigation menu is opened, use `⌘P` (MacOS) or `Ctrl+P` (Windows) one more time to enable including also ignored files in the results.
</Info>


## Related topics

- [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)
- [Settings and Configurations](/products/dino-ai/copilot/dinoai-settings.md)
- [Sharing your Paradime logs](/get-help/sharing-your-paradime-logs.md)
