Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Doroshko
Total activity
2479
Last activity
November 15, 2024 18:36
Member since
June 09, 2009 09:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
851
Activity overview
Articles (0)
Posts (0)
Comments (1628)
Sort by recent activity
Recent activity
Votes
Created
November 15, 2024 18:36
I've created a sample plugin and a test. The link to the repository is in the issue comment.
Community
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
1 vote
Created
November 11, 2024 13:07
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
0 votes
Created
November 03, 2024 07:14
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I create an Intellij LSP client and Intellij LSP server and connect them?
0 votes
Created
October 24, 2024 18:04
Official comment
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"...
Community
IntelliJ IDEA Open API and Plugin Development
How can I hook into automatic and manual saves separately?
0 votes
Created
August 14, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin works correctly in IntelliJ debug environment but not production
0 votes
Created
July 18, 2024 14:14
Official comment
Unfortunately, `workspace/didRenameFiles` is not yet supported. Feel free to file a feature request in YouTrack (project: {IntelliJ Platform} subsystem: {Core. LSP})
Community
IntelliJ IDEA Open API and Plugin Development
LSP workspace/didRenameFiles
0 votes
Created
February 25, 2024 09:55
Official comment
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-...
Community
IntelliJ IDEA Open API and Plugin Development
How does the plugin handle RPC requests for 'workspace/configuration' from Language Server Protocol (LSP)?
0 votes
Edited
February 06, 2024 17:48
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
Community
CLion
Creating a pluging to integrate my LSP with CLion (Formatting issues)
0 votes
Created
February 06, 2024 16:14
Official comment
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 ...
Community
CLion
Creating a pluging to integrate my LSP with CLion (Formatting issues)
0 votes
Created
August 31, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 votes
«
First
‹
Previous
Next
›
Last
»