Handrenliang
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 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... -
创建于 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?