You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about a code mining feature that tracks which files you probably want to look at when editing a file, analyzed through the git history?
There's quite a few resources on this available on the internet:
In this case, the plugin has detected that whenever someMethod changes in a commit, 80% of the time someOtherMethod will also change in that commit. So you know that these methods are important to each other and if you want to change someMethod, you should probably also look at someOtherMethod to ensure stability. You could also click the code mining to jump to the someOtherMethod and I guess have a settings page with how many methods you'd like to see and the threshold for how coupled they must be before they appear
How about a code mining feature that tracks which files you probably want to look at when editing a file, analyzed through the git history?
There's quite a few resources on this available on the internet:
I also found an implementation of this: https://github.com/adamtornhill/code-maat
The text was updated successfully, but these errors were encountered: