JetBrains-Research / RefactorInsight

An IntelliJ IDEA plugin that detects refactorings in Git commits
https://plugins.jetbrains.com/plugin/14704-refactorinsight
MIT License
104 stars 11 forks source link

Show information about performed refactorings in deleted/added files #102

Closed onewhl closed 1 year ago

onewhl commented 1 year ago

Currently, plugin doesn't show the toggle in code diff in case of removed/added files. For example, if a method was moved to a new file, the plugin doesn't show any information about it in code diff.

Test for Move Method, Extract Method, Extract Class.

anchouls commented 1 year ago

103

onewhl commented 1 year ago

@anchouls please check if it works fro Arend project, commit c0ff902179c002d0c2bc57f809f166946e65e8d2. It seems it doesn't show a toggle in new file for Move and Rename Class refactoring.