Handrenliang
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Vfs listener is not notified.
AnsweredHi, 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... -
Created Coroutines is not launched in Intellij Idea plugin
AnsweredI 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?