主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
wanglue
活动总数
16
最后的活动
2024年09月20日 02:12
成员加入日期
2024年09月04日 14:51
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
4
活动概览
帖子(4)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2024年09月20日 02:12
@Servicepublic final class LyAgilePlatformApiClientServiceImpl implements LyAgilePlatformApiClientService { private static final Logger log = LoggerFactory.getLogger(LyAgilePlatformApiClientServ...
社区
IntelliJ IDEA Plugin Users
ApplicationManager.getApplication().getService(serviceClass) ERROR
0 票
创建于
2024年09月20日 02:11
Hi !Why can't I find the error when I have a constructor?
社区
IntelliJ IDEA Plugin Users
ApplicationManager.getApplication().getService(serviceClass) ERROR
0 票
创建于
2024年09月09日 03:47
I want to achieve this effect
社区
IntelliJ IDEA Plugin Users
I will call com. intellij. ui After adding TextFieldWithAutoCompletion<String>to JBPopupMenu, it was found that the original input prompt was missing and could only be entered without being deleted
0 票
创建于
2024年09月06日 09:58
Is there any alternative solution
社区
IntelliJ IDEA Plugin Users
I will call com. intellij. ui After adding TextFieldWithAutoCompletion<String>to JBPopupMenu, it was found that the original input prompt was missing and could only be entered without being deleted
0 票
创建于
2024年09月05日 14:15
Thank you very much, it has been very useful to me
社区
IntelliJ IDEA Open API and Plugin Development
TextFieldWithAutoCompletion Not Showing Suggestions on Pasted Content: Seeking Solution
0 票
创建于
2024年09月04日 14:53
List<String> strings = Lists.newArrayList("1", "2", "3", “4”, “5”);TextFieldWithAutoCompletion<String> completion = TextFieldWithAutoCompletion.create(project, strings, false, "");TextFieldWithAuto...
社区
IntelliJ IDEA Open API and Plugin Development
TextFieldWithAutoCompletion Not Showing Suggestions on Pasted Content: Seeking Solution
0 票