Leveraging IDEA proxy support Follow
Is there any easy way to leverage IDEA's proxy support for my own plugin? i.e, a quick-and-easy way to make a connection to a remote host using the proxy options configured by the user.
Please sign in to leave a comment.
I've been doing my homework, and it seems that all proxy configuration is managed by the HttpConfigurable class -- which isn't exposed in the OpenAPI. So, is there any other way to get the IDE-wide proxy configuration?
The same thing about external WEB browser configuration.
Is there any way to obtain external WEB browser configuration from IDEA settings?
Marcus Brito wrote: