Handrenliang
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
Handrenliang 进行了评论, -
Handrenliang 创建了一个帖子, 已回答Vfs listener is not notified.
Hi, I tried to use VirtualFileManager.getInstance().addAsyncFileListener to listen to VFS change events. But the listener is not getting events unless I save manually by ctrl+s. I compared with Git... -
-
-
Handrenliang 创建了一个帖子, 已回答Coroutines is not launched in Intellij Idea plugin
I tried to use coroutines in my plugin, but I can not launch it by: GlobalScope.launch CoroutineScope(Job() + Dispatchers.IO) Is it possible to use coroutines in plugin development?