Insyncwithfoo
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 Replacement for LspServer.lsp4jServer
已回答Currently I have this construct in my plugin:LspServerManager.getInstance(project).getServersForProvider(SupportProvider::class.java).forEach { it.lsp4jServer.workspaceService.didChangeConfigur... -
已编辑于 Can't call saveDocumentAsIs() from doAnnotate()
已回答In short, I need to safely save the file before running my annotator. Creating a virtual file won't do, unless I were to copy the whole project.It seems that what I need is FileDocumentManager.save...