Hook into IJ's HotSwap?

Is it possible to hook into IJ's hotswap of reloading changed classes?  Our language plugin needs to know when modified Java classes have been recompiled/redefined so it can make an additional notification on the target process.  Ideally our plugin would somehow override HotSwapManager.reloadModifiedClasses().

Thanks.

0
1 comment
Avatar
Permanently deleted user

There is no such possibility now.
We can provide event on hotswap completion via MessageBus.
Please create an issue in YouTrack and describe your expectations from the API

0

Please sign in to leave a comment.