Insyncwithfoo
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Insyncwithfoo created a post, AnsweredReplacement for LspServer.lsp4jServer
Currently I have this construct in my plugin:LspServerManager.getInstance(project).getServersForProvider(SupportProvider::class.java).forEach { it.lsp4jServer.workspaceService.didChangeConfigur... -
Insyncwithfoo commented, -
-
-
-
-
Insyncwithfoo created a post, AnsweredCan'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...