GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

It would be nice to be able to open a bucket in cloud console directly from the IDE #3114

Closed PierrickPuimeanChieze closed 1 year ago

PierrickPuimeanChieze commented 1 year ago

It would be coherent with the same feature already available for Compute engine.

Eventually, I think this could be a good idea to implement this feature for every resource available in cloud code. It could be see as a workaround for every feature you didn't have time to implement yet.

For example, in my case, I needed to edit permission on a bucket. It was not possible, but having the possibility to open the bucket page directly could have been a decent workaround, in terms of productivity.

Thanks for your work.

ivanporty commented 1 year ago

Thanks for the request @PierrickPuimeanChieze! We do have an edit action for all the buckets in the toolbar for GCS:

Screen Shot 2022-11-02 at 11 14 51 AM

You mean taking you directly to a currently selected bucket would be more useful, is this correct assumption?

PierrickPuimeanChieze commented 1 year ago

Oh, nice, I didn’t see this command. Sorry about that, the week was kind of hard.

And yes, I was thinking about going directly to the selected bucket, kind of right click => Open in Cloud console. I guess that the fact that the edit action exists make this feature kind of low priority, but I still think that this could make a good feature, especially if it became available for each resource (secret in secret manager, Cloud run application, etc.) when applicable, at it could make the UX more consistent across the tool.

Thanks against for the tip.

etanshaul commented 1 year ago

thanks @PierrickPuimeanChieze I'm going to close the issue since there is a reasonable alternative. However, if we revisit our GCS integration we will pull this feedback.