Getting started Community Training Tutorials Documentation APIs, AI & Tools
-
Use the keyboard shortcuts:
-
Mac: Cmd+Shift+p
-
Windows: Ctrl+Shift+p
-
-
Select View > Command Palette.
Adding Folders to Your Home Directory
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.
To create a local folder for your projects:
Open the Command Palette.
Use the keyboard shortcuts:
Mac: Cmd+Shift+p
Windows: Ctrl+Shift+p
Select View > Command Palette.
Select the following command:
File: Open Folder...
Use your local directory to create a new folder.
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.