lsp4intellij icon indicating copy to clipboard operation
lsp4intellij copied to clipboard

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.

Results 57 lsp4intellij issues
Sort by recently updated
recently updated
newest added

**Description:** Trying to load a plugin that has this configured, fails on IDEs 2022.2+ (it will work with 2022.1 though). **Steps to reproduce:** * install this lsp (sorry it's with...

Type/Bug

**Description:** It seems like externalAnnotator stops running on the current file whenever I try to save. No error is thrown, and the file is still listed in **_connected files_**. The...

Type/Bug

**Description:** Language server crashes upon opening IntelliJ, throwing the following error: ```sh java.lang.Throwable: 'AnnotationBuilder#createAnnotation' is deprecated and going to be removed soon. Use `#create()` instead at com.intellij.openapi.diagnostic.Logger.error(Logger.java:184) at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:105) at...

Type/Bug

I want to learn how to use this library, are there any sample Intellij plugins(still being maintained)?

Type/Improvement

**Description:** Consider the following scenario, ``` function test() returns { } ``` In the above, I have a diagnostics at the start of the `{`. For example, my params look...

Type/Bug

**Description:** I've been trying to build a plugin to talk to an LSP server written with [lspower](https://github.com/silvanshade/lspower), and I'm finding it rejects request bodies that don't strictly conform to the...

Type/Bug

**Description:** It seems the package "statusbar" is missing from the library shared on jitpack. **Steps to reproduce:** In the graddle file add: ``` dependencies { implementation 'com.github.ballerina-platform:lsp4intellij:0.94.2' } ``` Then...

Type/Bug

**Description:** lsp4intellij currently supports the proposal version of the LSP v3.16 spec instead of the final released version. **Describe your problem(s)** LSP clients using the finalized v3.16 spec get their...

Type/Improvement

**Description:** Is there any way with the current version of lsp4intellij to log input and output of the LSP server? I'm developing a new plugin with @pappleby and we wanted...

Type/Improvement

**Description:** Class LSPProjectManagerListener is throwing a NullPointerException if a Project without any LanguageWrapper is closed. This could be prevented by adding a null-check. **Suggested Labels:** Bug, LSPProjectManagerListener, Project **Suggested Assignees:**...