Cloud Shell includes a built-in code editor that lets you browse files, edit code, and run commands from a single browser tab.
The code editor provides a file explorer for the home directory and an integrated terminal. Open a file, make changes, and execute or deploy code through commands without switching windows.
Open the code editor
Click the code icon in the toolbar.

The editor opens with a file explorer on the left and a terminal panel at the bottom.

In the file explorer, browse the home directory and open files for editing.
-
In the terminal panel at the bottom, run commands and execute your code without leaving the editor.
NoteTo keep your files after a session ends, bind persistent storage to your Cloud Shell instance.