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

Copying from VM information table #3134

Closed mjste closed 1 year ago

mjste commented 1 year ago

Expected Behavior

When clicking on VM instance in Compute Engine -> All VM Instances -> I can see below table with General Information with values below instances list. ->When I select IP address of VM instance I can copy IP address. Just four numbers with dots e.g. 8.8.8.8

Actual Behavior

->When I select IP address I copy whole value in format (Copying to this browser text editor field) "

nic0 - internal IP | 8.8.8.8 -- | --

"

or copying to notepad "nic0 - internal IP 8.8.8.8"

Additional Information

etanshaul commented 1 year ago

hi @mjste . I agree with the desired behavior. I'll file an internal issue to track improving this.

ivanporty commented 1 year ago

Released in the new version 23.5.2. Please let us know if it works for you!

mjste commented 1 year ago

Yes, thank you