DataGrip 2026.1 Help

Add items to your project

Once you have created a project, you can start adding new items.

Create new items

Create a new directory

  1. In the Files tool window (Alt+2) , right-click the current project directory and select New | Directory.

  2. Name the new directory and press Enter.

    Creating a new directory

Create a new empty file

  1. In the Files tool window (Alt+2) , right-click the current project directory and click New | File.

  2. Name the new file and specify its extension, for example: File.sql, and press Enter.

    If the extension you have specified is not associated with any of the file types recognized by DataGrip, the Register New File Type Association dialog is displayed. In this dialog, you can associate the extension with one of the recognized file types.

Customize the New File or Directory menu

  1. Press Ctrl+Alt+S to open settings and then select Appearance & Behavior | Menus and Toolbars.

  2. Start typing new in the right search bar.

  3. Reorder or remove items as you want them to appear in the New File or Directory menu and confirm the changes.

    Customizing the New File or Directory menu

Import items

Import files

You can import files to your project using any of the following ways:

  • Drag the file from your system file manager to the current project directory in the Files tool window (Alt+2) .

  • Copy the file in the system file manager by pressing Ctrl+C and then paste in to the necessary node in the IDE Files tool window by pressing Ctrl+V.

  • Manually move the file to the project folder in your system file manager.

Import folders

  • To import a folder to your current project, drag the folder from your system file manager to the Files tool window (Alt+2) .

16 March 2026