ballerina-platform / lsp4intellij

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Apache License 2.0
428 stars 104 forks source link

Bug fixes for lsp4intellij version 0.96.0 #361

Closed ThemiraChathumina closed 2 months ago

ThemiraChathumina commented 2 months ago

Purpose

Following bugs were fixed in this PR.

Additionally, this PR introduces more null checks and enhancements to the logic for displaying code actions, improving upon the previous version.

Approach