主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Arina Efremova
活动总数
2731
最后的活动
2026年05月27日 12:55
成员加入日期
2019年12月20日 11:04
关注
0 名用户
关注者数
5 名用户
投票数
104
订阅数
980
活动概览
文章(0)
帖子(14)
评论(1633)
按最近的活动排序
最近的活动
投票数
创建于
2020年06月23日 15:43
Hi Sébastien, Try the same approach via File | New | Project from Existing Sources again, but this time expand the project root directory in the 'File/Dir to Import' dialog before hitting 'OK' so t...
社区
IntelliJ IDEA Users
Project root files not included?
0 票
创建于
2020年06月23日 14:10
Thank you @..., I forwarded your feedback to the developers.
社区
IntelliJ IDEA Users
maven auto import
0 票
已编辑于
2020年06月19日 14:22
Try creating a new empty module (File | New | Module) in the same project that will serve as a parent root, and then moving (Alt+drag&drop) the existing modules and rest of the files under that new...
社区
IntelliJ IDEA Users
Project root files not included?
0 票
已编辑于
2020年06月19日 09:04
Hello Sébastien, Try recreating the project from existing sources (File | New | Project from Existing Sources..), only this time choose the pom.xml file as your source as suggested in the prompt. T...
社区
IntelliJ IDEA Users
Project root files not included?
0 票
创建于
2020年05月26日 09:58
How are you running it? Are there any other files in your project named 'Main.java'? Try running the main method explicitly by clicking on the corresponding button in the editor gutter.
社区
IntelliJ IDEA Users
My IntelliJ fails to give correct out put for the following Very Very Simple Program!!!!!!!!!!!!!!!!!!!!!!!!!!!
0 票
已编辑于
2020年05月25日 17:10
I believe you need to modify your 'for' condition to be i>=0 since you are iterating in the reverse direction. The loop should look like this: for (int i = guest.length - 1; i >= 0; i--) { } See...
社区
IntelliJ IDEA Users
My IntelliJ fails to give correct out put for the following Very Very Simple Program!!!!!!!!!!!!!!!!!!!!!!!!!!!
0 票
创建于
2020年05月21日 14:18
Hi Jean-Francois, > What's in this edition? They don't need advanced enterprise features but UML would be great IntelliJ IDEA Edu has all the features of IntelliJ IDEA Community, with the addition ...
社区
IntelliJ IDEA Users
IntelliJ IDEA Edu
0 票
已编辑于
2020年05月18日 10:19
Thank you for your feedback Aaron, I added it to the IDEA-235459. Feel free to vote for the request and subscribe to updates on the progress.
社区
IntelliJ IDEA Users
maven auto import
0 票
已编辑于
2020年04月27日 14:32
If you don't see the plugin among the installed, try disabling all custom non-bundled plugins and restarting the IDE using the File | Invalidate Caches / Restart option. If you still don't see it, ...
社区
IntelliJ IDEA Users
How do I install Swing UI Designer after initial setup?
0 票
已编辑于
2020年03月24日 18:18
Hi Frielender, Please make sure that the corresponding bundled plugin is enabled (check this help page for details). Also make sure that the directory your production files are located in is marked...
社区
IntelliJ IDEA Users
autocomplete for js files
0 票
«
第一页
‹
上一页
下一页
›
最后
»