Insyncwithfoo
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Replacement for LspServer.lsp4jServer
AnsweredCurrently I have this construct in my plugin:LspServerManager.getInstance(project).getServersForProvider(SupportProvider::class.java).forEach { it.lsp4jServer.workspaceService.didChangeConfigur... -
Edited Can't call saveDocumentAsIs() from doAnnotate()
AnsweredIn 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...