Dmitrii Gridin

Results 9 comments of Dmitrii Gridin

[Done](https://github.com/Dimonchik0036/vk-api/commit/9295c719fadc88b22fcceed7678a8c5769b38922).

> А как attachments на стену залить? Сейчас имеется возможность залить `Attachment` только в сообщениях.

Common question: is this plugin supposed to work with Kotlin code? I see very often suggestions for Java code, but this is the first time I see something for Kotlin

>In the case you described, the plugin correctly identified Rename method refactoring, right? Yep. The diff is correct too. The issue is only about how it looks – it treats...

Each language has its own color scheme. So Java files have one color, Kotlin files have another color. I think the problem is that you are using [JavaClassFileType](https://github.com/JetBrains-Research/RefactorInsight/blob/ecf26e64572ffa1f0934e94a6e4f63b64b5d9a8c/plugin/src/main/java/org/jetbrains/research/refactorinsight/ui/windows/DiffWindow.java#L119) everywhere instead...

@jsjeon thank you for the reproduction! The issue is not relevant to UAST, so I don't think that we need to merge it

The issue is caused by a bug in partial analysis (thank you for the UAST reproduction!). Since the issue is clear, I don't think that we need to merge this...