Nikolay Chashnikov

Results 7 issues of Nikolay Chashnikov

If user invokes shortcut for basic or smart completion multiple times, the IDE shows more results, however the plugin doesn't show different descriptions for multiple invocations.

Some actions are available in context of a specific component only (e.g. "apply the topmost quickfix" is available in the highlight info popup) and aren't registered globally. Currently the plugin...

Currently gradle-intellij-plugin adds testFramework*.jar artifacts from the IDE distribution to the dependencies. However these JARs are available as separate artifact in IntelliJ artifacts repository for some time already. So we...

It's inconvenient to cast result of `indexOf` from long to int. I think developers usually work with streams which contains less than 2^31 elements. So it would be great to...

### What happened? I migrated a project to IntelliJ Platform Gradle Plugin 2.0 and specified `intellijIdeaUltimate("2024.1")` in build.gradle.kts and didn't change it. However, after a few hours of work, I...

bug

`targetProductPart` property is added to `IntelliJPlatformExtension` and `SplitModeAware`. It controls in which part of the IDE the developed plugin is installed. To do that, `PrepareSandboxTask` generates a properties file which...

### Describe the need of your request If you want to develop a plugin that should work in the frontend process (JetBrains Client), it'll be good to have a way...

enhancement