主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Insyncwithfoo
活动总数
11
最后的活动
2024年04月07日 23:02
成员加入日期
2024年02月17日 14:12
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(2)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2024年04月07日 23:02
Found it:LspServerManager.getInstance(project).getServersForProvider(SupportProvider::class.java).forEach { it.sendNotification { lsp4jServer -> lsp4jServer.workspaceService.didChangeConf...
社区
IntelliJ IDEA Open API and Plugin Development
Replacement for LspServer.lsp4jServer
0 票
创建于
2024年02月22日 06:39
Thanks a lot! That seems to work. Again, your answers are very much appreciated!
社区
IntelliJ IDEA Open API and Plugin Development
Can't call saveDocumentAsIs() from doAnnotate()
0 票
创建于
2024年02月21日 12:25
It's for your plugin to decide.I'm currently extending the externalAnnotator extension point:<externalAnnotator language="Foobar" implementationClass="fully.qualified.name.CustomAnnotator"/>I think...
社区
IntelliJ IDEA Open API and Plugin Development
Can't call saveDocumentAsIs() from doAnnotate()
0 票
已编辑于
2024年02月21日 00:36
To workaround, you can call “save” before the highlighting starts […]From which method of ExternalAnnotator can I do that? collectInformation(), doAnnotate() and apply() are all called from within ...
社区
IntelliJ IDEA Open API and Plugin Development
Can't call saveDocumentAsIs() from doAnnotate()
0 票
已编辑于
2024年02月20日 23:51
Because I can't run that (static analysis) tool on an unsaved file (of code). That would create discrepancies between the results and the content visible to the user, which might cause an IndexOutO...
社区
IntelliJ IDEA Open API and Plugin Development
Can't call saveDocumentAsIs() from doAnnotate()
0 票
已编辑于
2024年02月19日 16:35
The CLI tool I need to use doesn't support passing content via stdio. I contacted the maintainers and they refused to add such a feature, saying I should be using the corresponding LSP tool instead...
社区
IntelliJ IDEA Open API and Plugin Development
Can't call saveDocumentAsIs() from doAnnotate()
0 票