How Handle deeplink or callback redirect in plugin development

Answered

I started for develop a Plugin on IntelliJ and I need handle a deeplink or callback from browser to IDEA.

Can listen in idea in my plugin?

0
1 comment

Imannamix,

You can implement RestService which will let you create an endpoint like: localhost:IDE_PORT/api/serviceName

 

0

Please sign in to leave a comment.