Handrenliang
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Handrenliang commented, -
Handrenliang created a post, AnsweredVfs 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 commented, -
Handrenliang commented, -
Handrenliang created a post, AnsweredCoroutines 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?