Ksilz
- 活动总数 60
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 15
-
创建于 IntelliJ IDEA 2021.2: Can't attach Flutter debugger to iOS device/simulator
已回答Hi, 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... -
已编辑于 IntelliJ IDEA 2021.2: Flutter app doesn't stop on Android 10 phone, IntelliJ hangs
已回答Hi, 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... -
创建于 Flutter file: "Cannot find declaration to go to" for local, existing method
已回答Hi, 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... -
创建于 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... -
已编辑于 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 ... -
创建于 Java 15: Wrong error "Required type: Object; Provided: <lambda parameter>"
已回答Hi, 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... -
创建于 How can I exclude directories from showing in "Problems View"?
已回答Hi! 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... -
创建于 Switcher with mouse selection: How to disable split view?
已回答Hi, 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... -
创建于 Flutter: IntelliJ doesn't update after "flutter pub run build_runner build"
已回答In 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... -
创建于 IntelliJ 2020.3: Dart code completion really bad
已回答I 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 ...