How to refreshes drawable files?

I have wrote a plugin about adding svg files into drawables directory quickly, but It seems that the resources index didn't refresh. And the code emmet didn't show my new added files. What should I do to refresh the drawable resources index?

0
1 comment
Avatar
Permanently deleted user
VirtualFileManager.getInstance().syncRefresh() or VirtualFileManager.getInstance().asyncRefresh(Runnable) as appropriate.

0

Please sign in to leave a comment.