Ksilz
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
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... -
Created Switcher with mouse selection: How to disable split view?
AnsweredHi, I'm using the switcher a lot to navigate between my open files. I often open the switcher and then use my mouse to select a file. A recent update (2020.3?) changed that behavior: The mouse-sele... -
Created Flutter: IntelliJ doesn't update after "flutter pub run build_runner build"
AnsweredIn Flutter, you can generate files "flutter pub run build_runner build". For me, IntelliJ recognizes such changed files, but not their content. I have to close and re-open the project to do this. H... -
Created IntelliJ 2020.3: Dart code completion really bad
AnsweredI use IntelliJ IDEA 2020.3.1 (Ultimate Edition), build #IU-203.6682.168, built on December 29, 2020. It runs with the JetBrains JDK 11.0.9.1+11-b1207.1 x86_64. My Mac runs Big Sur 11.1. I work on ...