From the course: Google Cloud Professional Cloud Architect Cert Prep: 5 Managing Implementation

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Streamline your development with Google Cloud Editor

Streamline your development with Google Cloud Editor

Here we have the Google Cloud Shell. And notice I'm in the terminal mode. But if I want to get a more rich environment for developing, I can open up the editor. Once we open up the editor, there are a few obvious things here to point out. First up, you can look at files. So if I had something on the file system, for example, this Rust project, I could edit it. I also could search, right? So I could go through here and look for certain things, if I wanted to look for, let's say, *.rs. I could find that. If I wanted to go into source control mode, I could also look at source control changes. Another mode that's very interesting is this debug icon here. And in order to use it, we could actually add a configuration here. And notice what happens is that it launches into some configs that it can play with. So we can attach to Cades Pod in multiple languages. We can also launch a file, launch a test function, for example, and we also could use other languages and do very common things here…

Contents