The new Codeanywhere IDE introduces a sidebar which contains the following productivity widgets:
The File Explorer is used to browse, open, and manage all of the files and folders in your project. You can do many things from the File Explorer widget:
You can drag and drop
files from your computer into the File Explorer to upload them to your project.
Codeanywhere has integrated source control management and includes Git support by default. The Source Control widget can be very useful for users who use their containers for working on their remote git repositories.
The Source Control icon will always indicate an overview of how many changes you currently have in your repository.
Selecting the icon will show you the details of your current repository changes:
There are several useful buttons in the Source Control widget header:
Tree view
and List view
of your repository changesSigned-off-by
trailer at the end of the commit messageYou can use the Extensions widget to browse and install extensions from the marketplace. Find more information here.
You can use the Connections widget to manage all of your containers and connections in one place.
By right-clicking on a container
, you expand the following options:
By right-clicking on a connection
, you expand the following options:
Note: You can also download specific files or directories as an archive.