You can access project files from the Develop section of the navigation panel. The projects you see in the Develop panel depend on the following settings:
Your permissions: To see a project, you must have the develop permission for at least one model in the project.
Your current mode: You may see additional entries in the Develop panel when you are in Development Mode versus Production Mode. For example, if you created a new project in Development Mode that you have not yet pushed to production, then that project would be visible in the menu only when you are in Development Mode.
To access project files from the Develop panel:
Select Develop in the navigation panel to open the Develop panel.
In the Develop panel, select the name of the project that you want to access.
When you open a LookML project from the Develop panel, the Looker IDE opens the project to one of the LookML files in that project:
If the project contains a document file named readme.md, the IDE will open that file.
If there's no readme.md document file, the IDE will open the first alphabetical document file.
If there are no document files in the project, the IDE will open the first alphabetical model file.
If there are no model files in the project, the IDE will open the first alphabetical file of any type.
To open a different project file, select the filename in the side panel of the Looker IDE. See the Working with the IDE file browser documentation page for more information about the organization of the Looker IDE.
Searching for and jumping to LookML objects or project files
In the Looker IDE, you can do a quick search to navigate directly to LookML objects and project files. Use the keyboard shortcut Command-J (Mac) or Ctrl+J (Windows), or select the Jump to object or file icon search from the file browser or the object browser.
A text field opens where you can enter a search term, which can be a word or any part of a word. As you type, the search results show all matching objects and files.
The results show all files and objects whose names include your search term:
For LookML objects, the search results show the project file where the object is defined.
For project files, the search results show the IDE folder where the file is located.
Select a file from the search results to open the file, or select an object to navigate to the object's definition.
Accessing LookML from an Explore
You can also directly access the LookML for an Explore or for a field from an Explore.
To access the LookML for an Explore, select the Looker icon near the Explore name.
To access the LookML for a field in the field picker, open the field's gear menu on the All Fields or In Use and select Go to LookML.
To access the LookML for a field in the results table, open the field's gear menu in the table header and select Go to LookML.
After you select a field, you are taken directly to the field definition in the corresponding LookML file.
Navigate to the LookML for an object by selecting the name of the object in the object browser panel.
When you select an object, the IDE displays the file in which the object is defined and positions your cursor on the first line of the object's declaration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# Accessing LookML project files\n\nThe Looker IDE displays project files in the [file browser side panel of the Looker IDE](/looker/docs/2512/ide-folders#file_browser). LookML developers can customize the file organization to match your project, as described on the [Working with the IDE file browser](/looker/docs/2512/ide-folders) documentation page.\n\nYou can access [project files](/looker/docs/2512/lookml-project-files) in the following ways:\n\n- [From the **Develop** panel](#accessing_project_files_from_the_develop_panel)\n- [By searching for and jumping to existing files](#searching_for_and_jumping_to_lookml_objects_or_project_files)\n- [From an Explore](#accessing_lookml_from_an_explore)\n- [From the object browser panel](#accessing_lookml_from_the_object_browser_panel)\n\n\nAccessing project files from the Develop panel\n----------------------------------------------\n\nYou can access project files from the **Develop** section of the navigation panel. The projects you see in the **Develop** panel depend on the following settings:\n\n- Your permissions: To see a project, you must have the [`develop`](/looker/docs/2512/admin-panel-users-roles#develop) permission for at least one model in the project.\n- Your current mode: You may see additional entries in the **Develop** panel when you are in [Development Mode versus Production Mode](/looker/docs/2512/dev-mode-prod-mode). For example, if you created a new project in Development Mode that you have not yet pushed to production, then that project would be visible in the menu only when you are in Development Mode.\n\nTo access project files from the **Develop** panel:\n\n1. Select **Develop** in the navigation panel to open the **Develop** panel.\n2. In the **Develop** panel, select the name of the project that you want to access.\n3. When you open a LookML project from the **Develop** panel, the Looker IDE opens the project to one of the LookML files in that project:\n - If the project contains a [document file](/looker/docs/2512/other-project-files#document_files) named `readme.md`, the IDE will open that file.\n - If there's no `readme.md` document file, the IDE will open the first alphabetical document file.\n - If there are no document files in the project, the IDE will open the first alphabetical [model file](/looker/docs/2512/lookml-project-files#model_files).\n - If there are no model files in the project, the IDE will open the first alphabetical file of any type.\n4. To open a different project file, select the filename in the side panel of the Looker IDE. See the [Working with the IDE file browser](/looker/docs/2512/ide-folders) documentation page for more information about the organization of the Looker IDE.\n\n\nSearching for and jumping to LookML objects or project files\n------------------------------------------------------------\n\nIn the Looker IDE, you can do a quick search to navigate directly to LookML objects and project files. Use the [keyboard shortcut](/looker/docs/2512/keyboard-shortcuts) Command-J (Mac) or Ctrl+J (Windows), or select the **Jump to object or file** icon search from the [file browser](/looker/docs/2512/ide-folders) or the [object browser](/looker/docs/2512/object-browser).\n\nA text field opens where you can enter a search term, which can be a word or any part of a word. As you type, the search results show all matching objects and files.\n\nThe results show all files and objects whose names include your search term:\n\n- For LookML objects, the search results show the project file where the object is defined.\n- For project files, the search results show the [IDE folder](/looker/docs/2512/ide-folders) where the file is located.\n\nSelect a file from the search results to open the file, or select an object to navigate to the object's definition.\n\nAccessing LookML from an Explore\n--------------------------------\n\nYou can also directly access the LookML for an Explore or for a field from an Explore.\n\n1. To access the LookML for an Explore, select the Looker icon near the Explore name.\n2. To access the LookML for a field in the field picker, open the field's gear menu on the [**All Fields**](/looker/docs/2512/creating-and-editing-explores#explore_summary) or [**In Use**](/looker/docs/2512/creating-and-editing-explores#in_use_tab) and select **Go to LookML**.\n3. To access the LookML for a field in the results table, open the field's gear menu in the table header and select **Go to LookML**.\n\nAfter you select a field, you are taken directly to the field definition in the corresponding LookML file.\n\n\nAccessing LookML from the object browser panel\n----------------------------------------------\n\nYou can use the object browser panel to [view all the objects in your project](/looker/docs/2512/object-browser#viewing_the_objects_in_a_project) or to [navigate to the LookML](/looker/docs/2512/object-browser#navigating_to_the_lookml_for_an_object) for a specific object. To use the object browser panel:\n\n1. Select the object browser icon in the Looker IDE.\n2. Navigate to the LookML for an object by selecting the name of the object in the object browser panel.\n\nWhen you select an object, the IDE displays the file in which the object is defined and positions your cursor on the first line of the object's declaration.\n\nFor more information, see the [Navigating projects with the object browser panel](/looker/docs/2512/object-browser) documentation page."]]