主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jacky Liu
活动总数
439
最后的活动
2024年09月12日 09:37
成员加入日期
2022年11月17日 02:57
关注
0 名用户
关注者数
2 名用户
投票数
4
订阅数
178
活动概览
文章(0)
帖子(0)
评论(257)
Jacky Liu
进行了评论,
2024年09月12日 09:37
Hi, @Vmachacek. Can you provide more information about how you want to do this via a program or create an IDEA plugin?The test file schema isn't published. It's used internally.You may check the co...
社区
IntelliJ IDEA Users
Filter tests effectively
0 票
Jacky Liu
进行了评论,
2024年09月12日 09:25
Hello, the Jakarta EE feature only can be installed to IntelliJ IDEA Ultimate edition. You may check it at File | Settings | Plugins page:
社区
IntelliJ IDEA Users
Java EE to Jakarta EE is not found in the Migrate menu
0 票
Jacky Liu
进行了评论,
2024年09月11日 14:09
Hi, is your JavaFX project based on Maven? I've created one project using IDEA's 2024.2.1, File | New | Project | JavaFx, which works well. Could you please provide a minimal sample project(maybe o...
社区
IntelliJ IDEA Users
The javafx.geometry.Pos library does not include in javafx
0 票
Jacky Liu
进行了评论,
2024年09月11日 13:59
Hi Silviyageorge06, please provide a minimal sample project so I can reproduce the issue without including your sensitive code. If reproduced, I'll create an issue report for you.
社区
IntelliJ IDEA Users
Project setup issues in Intelij IDEA - Community Edition 2024.2 (java:diamond operator is not supported in source 1.5(use -source 7 or higher to enable diamond operator).)
0 票
Jacky Liu
进行了评论,
2024年09月11日 09:26
Hello, the diamond operator is supported from Java 7 onwards. Ensure your project language level is set to 7 or higher in IntelliJ IDEA. Go to File → Project Structure → Project, and set 'Project l...
社区
IntelliJ IDEA Users
Project setup issues in Intelij IDEA - Community Edition 2024.2 (java:diamond operator is not supported in source 1.5(use -source 7 or higher to enable diamond operator).)
0 票
Jacky Liu
进行了评论,
2024年09月10日 10:19
The path used by getResourceAsStream is, in fact, a URL, so try replacing the space character with %20 to try again.
社区
IntelliJ IDEA Users
ImageIO.read(getClass().getResourceAsStream returns null
0 票
Jacky Liu
进行了评论,
2024年09月10日 07:18
Hello,It's not supported so far. Would you mind creating a feature request at https://youtrack.jetbrains.com/newIssue?project=IDEA, and I'll assign it to the right developer?Please share the link t...
社区
IntelliJ IDEA Users
Can IntelliJ inspections assume that every parameter or instance variable is `@Nonnull` without actually adding it?
0 票
Jacky Liu
进行了评论,
2024年09月06日 14:59
Hello,I've successfully run a simple Java GUI program using NVIDIA GPU, but there is nothing todo with IDEA's GPU card. Please check if the following works for you too:NVIDIA Settings Open the NV...
社区
IntelliJ IDEA Users
How to enforcing use of GPU
0 票
Jacky Liu
进行了评论,
2024年09月06日 12:06
Hi, the Matched brace guide line only get highlighted when your caret near it, I suggest to install this plugin https://plugins.jetbrains.com/plugin/20710-rainbow-brackets-lite--free-and-opensource...
社区
IntelliJ IDEA Users
Matched brace guide - Seems not working
0 票
Jacky Liu
进行了评论,
2024年09月06日 10:29
Hello, it seems this feature isn't supported in the K2 mode, can you try the menu File | Settings | Languages & Frameworks | Kotlin and disable the K2 mode then try again, it should works under Kot...
社区
IntelliJ IDEA Users
No "Generate toString()" Settings Dialog in 2024.2.1
0 票