主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mikhail
活动总数
6
最后的活动
2024年04月02日 08:27
成员加入日期
2024年03月30日 21:04
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2024年04月02日 08:27
The documentation says that I can create a Java API, but nothing is said about how it will work with the tools project.https://plugins.jetbrains.com/docs/intellij/virtual-file.html#how-do-i-create-...
社区
IntelliJ IDEA Open API and Plugin Development
Нow to update the project tree when creating a file/directory?
0 票
创建于
2024年04月02日 08:23
Do I understand correctly, in order for changes to arrive quickly, you need to create/make changes through VirtualFile? and everything will be updated without additional updates after creation?
社区
IntelliJ IDEA Open API and Plugin Development
Нow to update the project tree when creating a file/directory?
0 票
创建于
2024年04月01日 08:16
ProjectView.getInstance(it) .getProjectViewPaneById(ProjectViewPane.ID) .updateFromRoot(true) Not work!
社区
IntelliJ IDEA Open API and Plugin Development
Нow to update the project tree when creating a file/directory?
0 票