主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Doroshko
活动总数
2479
最后的活动
2024年11月15日 18:36
成员加入日期
2009年06月09日 09:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
851
活动概览
文章(0)
帖子(0)
评论(1628)
Alexander Doroshko
进行了评论,
2024年11月15日 18:36
I've created a sample plugin and a test. The link to the repository is in the issue comment.
社区
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
1 票
Alexander Doroshko
进行了评论,
2024年11月11日 13:07
正式评论
Hi,Off the top of my head, I don't know why your test never completes. Instead of debugging it, I'd recommend using the approach that we use ourselves and that has proven to work. We've already dis...
社区
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
0 票
Alexander Doroshko
进行了评论,
2024年11月03日 07:14
正式评论
A minimal, yet fully-functional LSP API-based plugin requires writing just a few lines of code. You'll find an example in https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html#b...
社区
IntelliJ IDEA Open API and Plugin Development
How do I create an Intellij LSP client and Intellij LSP server and connect them?
0 票
Alexander Doroshko
进行了评论,
2024年10月24日 18:04
正式评论
You can implement AnActionListener and its beforeActionPerformed/afterActionPerformed. This way you can track when SaveAllAction or SaveDocumentAction are running. These two are the "explicit save"...
社区
IntelliJ IDEA Open API and Plugin Development
How can I hook into automatic and manual saves separately?
0 票
Alexander Doroshko
进行了评论,
2024年08月14日 14:19
FWIW, I wanted to mention that it's possible to debug the production IDE, which is more convenient than adding fake notifications). In the “development” IDE (the one with the plugin sources) create...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin works correctly in IntelliJ debug environment but not production
0 票
Alexander Doroshko
进行了评论,
2024年07月18日 14:14
正式评论
Unfortunately, `workspace/didRenameFiles` is not yet supported. Feel free to file a feature request in YouTrack (project: {IntelliJ Platform} subsystem: {Core. LSP})
社区
IntelliJ IDEA Open API and Plugin Development
LSP workspace/didRenameFiles
0 票
Alexander Doroshko
进行了评论,
2024年02月25日 09:55
正式评论
Hi,First of all, make sure you have the LSP API source code available in your IntelliJ Plugin project. See the red banner here for help: https://plugins.jetbrains.com/docs/intellij/language-server-...
社区
IntelliJ IDEA Open API and Plugin Development
How does the plugin handle RPC requests for 'workspace/configuration' from Language Server Protocol (LSP)?
0 票
Alexander Doroshko
进行了评论,
2024年02月06日 17:46
Right in the IDE, in your plugin project. The mentioned red banner should help. Make sure you are using the latest version of the gradle-intellij-plugin
社区
CLion
Creating a pluging to integrate my LSP with CLion (Formatting issues)
0 票
Alexander Doroshko
进行了评论,
2024年02月06日 16:14
正式评论
Hi,First of all please make sure you have LSP API source code available in your project. It contains useful documentation. See the red banner on this page if you don't see the sources yet.Once you ...
社区
CLion
Creating a pluging to integrate my LSP with CLion (Formatting issues)
0 票
Alexander Doroshko
进行了评论,
2023年08月31日 09:14
The issue tracker is https://youtrack.jetbrains.comTypeScript support is the WebStorm team responsibility, so the right project is WebStorm. I assume we were talking about IntelliJ Platform-based I...
社区
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 票