Ksilz
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Edited macOS: "Parameter Info" scrollbar obscures parameter at full screen width
Hi, I'm using the latest version of IntelliJ on macOS Big Sur 11.6.1. My problem: The Parameter Info pop-up shows a scrollbar when IntelliJ takes up the full screen, obscuring the last parameter. H... -
Created IntelliJ 2021.2: New Gradle run configuration has incomplete project directory
AnsweredHere's a minor quirk when creating a new Gradle run configuration: The "Gradle project" field gets an incomplete version of the project directory as the initial value. And no, there are no spaces i... -
Created IntelliJ IDEA 2021.2: Complains about Snyk plugin 2.1.9 but 2.2.1 is installed
AnsweredThe subject says it all. Could it be that this is because the plugin's disabled and IntelliJ somehow remembers the version from the last check when it was enabled? I had to disable all my plugins b... -
Created IntelliJ IDEA 2021.2: Can't attach Flutter debugger to iOS device/simulator
AnsweredHi, I'm using IntelliJ IDEA 2021.2 (Ultimate Edition) on macOS with the latest Flutter plugin (59.0.4). Because of dependency hell, I'm running a Flutter version from Channel dev, 2.5.0-1.0.pre. No... -
Edited IntelliJ IDEA 2021.2: Flutter app doesn't stop on Android 10 phone, IntelliJ hangs
AnsweredHi, I'm using IntelliJ IDEA 2021.2 (Ultimate Edition) on macOS with the latest Flutter plugin (59.0.4). In my Flutter project (Channel dev, 2.5.0-1.0.pre), occasionally I can't stop an app that run... -
Created Flutter file: "Cannot find declaration to go to" for local, existing method
AnsweredHi, I've got a Flutter project. Sometimes, the Dart parser fails to find methods of a class when I use the "Go to - Declaration or Usage" on a method reference. Does anybody know how to fix this? I... -
Created Can I import my IntelliJ keyboard shortcuts into Webstorm?
Hi, Many actions - like navigation, find & replace, and Git commands - are present in both IDEs. So I want to use the same shortcuts for these common actions in both IDEs. Sure, I can manually defi... -
Edited Dart Analysis: Shows no issues but claims there are
In my Flutter 1.2 project, the Dart Analysis prevents hot reload because of "Analysis issues found" but doesn't show any. What am I doing wrong? I've got the latest versions of IntelliJ (IntelliJ ... -
Created Java 15: Wrong error "Required type: Object; Provided: <lambda parameter>"
AnsweredHi, I just switched my Spring Boot project from Java 14 to Java 15. Now I get errors in "stream.forEach()" on "java.util.List". I call a method there that takes an "Object" instance as the paramete... -
Created How can I exclude directories from showing in "Problems View"?
AnsweredHi! In my project, I moved generated Angular code to the "etc/generated-src" folder. How do I exclude that folder from being processed in the "Problems View"? I tried to add it to Preferences - Edi...