Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
IntelliJ's diff tool APIs
Permanently deleted user
Created
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
Yes. See the DiffManager and DiffTool classes.
In the meantime the classes DiffManager and DiffTool are deprecated. What is now the prefered way to use the diff tool?