How Handle deeplink or callback redirect in plugin development

已回答

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

Imannamix,

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

 

0

请先登录再写评论。