Ksilz
- 活动总数 60
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 15
-
已编辑于 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... -
创建于 IntelliJ 2021.2: New Gradle run configuration has incomplete project directory
已回答Here'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... -
创建于 IntelliJ IDEA 2021.2: Complains about Snyk plugin 2.1.9 but 2.2.1 is installed
已回答The 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... -
创建于 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...