VirtualFile from RemoteHost ?

已回答

hi, is there any way to get VirtualFile instance of any file from REMOTE HOST ?, thanks

maybe shomehow use "com.jetbrains.plugins.webDeployment"

0

What about the following method of resolving VirtualFiles?

VirtualFileManager.getInstance().findFileByUrl("https://...")
0

请先登录再写评论。