Zarina Kurbatova

Results 6 comments of Zarina Kurbatova

@egorklepikov thank you very much for reporting the issue! @anchouls could you please take a look at it?

Hi @KarolRoman! Thank you for suggesting such a cool idea! Indeed, having information about performed refactorings in code changes could help to come up with descriptive commit messages. Currently, the...

@dimonchik0036 yes, it's a known bug, we didn't find a way to remove such highlighting from the left side of the diff. We thought that setting `com.intellij.openapi.editor.FoldRegion#setInnerHighlightersMuted()` equal `true` might...

@anchouls please investigate if it's possible to highlight all occurrences of extracted variable "fragment1" in the right part of the diff.

@tsantalis @anchouls I [tried](https://github.com/JetBrains-Research/RefactorInsight/commit/3b5e025c0abac9df21dce38ca276615ee712bf72) to highlight more lines, but I didn't find a way to get **all** occurrences of a new variable in the method. @tsantalis what do you do...

@tsantalis the idea of this mode is to visualize refactoring **in isolation**, so only refactoring-related lines should be highlighted. That's why we don't highlight lines that don't relate to the...