anboralabs / intellij-ngrok

Ngrok plugin integration with intellij
https://plugins.jetbrains.com/plugin/19205-ngrok
GNU General Public License v3.0
6 stars 1 forks source link

Feature request: context menu for properties #15

Closed chulanovskyi closed 2 months ago

chulanovskyi commented 1 year ago

Hello there! Could you please add a context menu with an option of copying to the clipboard the value of the property:

image

I know, that if I simply use "ctrl + c / v" it will give me the following:

Url https://07e5-92-253-236-70.ngrok.io

But then I would have to clean the Url prefix manually, in order to have the url itself...

Not urgent, it would just improve the overall UX. Thank you in advance 👍🏻

dalgarins commented 2 months ago

@chulanovskyi next version 2024.3.2 will fix this, copy action only will copy values.

dalgarins commented 2 months ago

@chulanovskyi test it and let me know if it works. New version is available on marketplace

chulanovskyi-bs commented 2 months ago

@dalgarins Hi there! Thanks. I'm trying it on Windows, however nothing but "Connected" I can't see in the service tab. In the "Edit configuration" I've provided an API token, and that is it. Any clue?)

image

dalgarins commented 2 months ago

@chulanovskyi show me the panel all services in the ide.

chulanovskyi-bs commented 2 months ago

image

dalgarins commented 2 months ago

@chulanovskyi I know what is happening, please in run configuration add a configuration for ngrok. Do you have that?

chulanovskyi-bs commented 2 months ago

Do you mean here? Unfortunately, there is no other ngrok config, except the one that I've shared previously, which is ngrok host

image

image

That ngrok host has the following config:

image

In Settings there is not much for the Ngrok:

image

dalgarins commented 2 months ago

@chulanovskyi here:

Screenshot 2024-04-29 at 12 36 14 PM

Screenshot 2024-04-29 at 12 36 38 PM

with latest intellij release in necessary to do this. after add the configuration run for ngrok, you will see the ngrok server in services tab.

chulanovskyi-bs commented 2 months ago

Silly me 🙂 forgot how to use that tool. Yep, ctrl+c -> ctrl+v works for copying values. Case closed