IntelliJ's diff tool APIs

Hi
I want to know if there's an API for IntelliJ's diff tool so it can be used from within plugins, as I want to show the VCS diff of specific file from the plugin

0

Yes. See the DiffManager and DiffTool classes.

0
Avatar
Permanently deleted user

In the meantime the classes DiffManager and DiffTool are deprecated. What is now the prefered way to use the diff tool?

0

请先登录再写评论。