-
Use the keyboard shortcuts:
-
Mac: Cmd+Shift+p
-
Windows: Ctrl+Shift+p
-
-
Select View > Command Palette.
Adding Folders to Your Home Directory
When you create a project, Anypoint Code Builder stores it in your home directory by default. You can create other folders for your projects.
Don’t create the project within another project directory.
Create a Project Folder
To create a local folder for your projects:
-
Open the Command Palette.
Show me how
-
Select the following command:
File: Open Folder...
-
Use your local directory to create a new folder.
Create a Project Folder from the Terminal
Use the terminal to create folders.
-
Ensure that no projects are open.
-
Open the Terminal window in the console:
-
Select View > Terminal.
-
Alternatively, press Ctrl and then press the backtick key (`).
-
-
Provide this command to create a folder:
mkdir <name-of-your-folder>Replace
<name-of-your-folder>with a name of your choice for the directory.



