Nikita Bobko
Nikita Bobko
Just an observation that such an example works as expected if you put the cursor on `arg2`, but if you put it on `bar` then it doesn't work ``` foo(...
Thanks for the explanation. I would say that this behavior is misleading and I would rather prefer the one I suggested. But even if we assume that the current one...
I had to rebase your patch on top of master and amend it a bit: ``` commit d176e6a721b4fba6615e19a6a5562e96cfa1cf47 Author: Matthew Gharrity AuthorDate: Tue Jun 7 13:23:52 2022 -0400 Commit: Nikita...
> you need also remove references to other plugins as it's written in the error message. Do you mean that Kotlin plugin should stop depending on `intellij.java.plugin` and `kotlin.resources-fir`? Or...
The problem was in `compatiblePluginsToIgnore`. Now it was cleaned up in the platform so there is no such exception anymore in the master. But now there is another problem: ```...
KTIJ-10953 Removing receiver in "Receiver parameter is never used" fix might change program behavior
Please, run the inspection on the entire `intellij-community` project ([how to run the inspection on the entire project](https://www.jetbrains.com/help/idea/running-inspections.html#run-one-inspection)) and either fix all the warnings introduced by the inspection (in separate...
Please, run the inspection on the entire `intellij-community` project ([how to run the inspection on the entire project](https://www.jetbrains.com/help/idea/running-inspections.html#run-one-inspection)) and either fix all the warnings introduced by the inspection (in separate...
Please, run the inspection on the entire `intellij-community` project ([how to run the inspection on the entire project](https://www.jetbrains.com/help/idea/running-inspections.html#run-one-inspection)) and either fix all the warnings introduced by the inspection (in separate...
Sometimes it works, sometimes it not:  So unstable I use latest stable IDEA: `IntelliJ IDEA 2019.2.3 #IU-192.6817.14` With latest Spek plugin installed: `2.0.8-IJ2019.2`