Skip to content

0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 17:41
· 128 commits to main since this release

Features

  • Go to implementation/references/declaration/type definition with link
  • Support for labelDetails completionItem link
  • Use AllIcons.Json.Object for Struct completion item kind link
  • Support for triggered chars in LSP completion support link
  • Macro support in the start ls command link
  • Support for 'workspace/configuration' link
  • Show notification error when command doesn't exist. link
  • Diagnostic tags support link
  • Display platform file icons on completion link
  • Support syntax coloration for code block in LSP hover link

Bug Fixes

  • Copy-and-paste error in intention description link
  • Language server console is always showing timer with "stopping pid" link
  • Completion additionalTextEdits generates wrong content link
  • Don't use PluginAwareClassLoader#tryLoadingClass link
  • Resolve additionalTextEdits if empty link
  • Problem with caret offset after completion apply with go link
  • Show LSP console in IJ 2024.2 link
  • Provide API to enable/disable & start/stop language server link
  • Typos in DeveloperGuide.md (#326) link
  • Typos in LanguageServerManager.java and UserDefinedLanguageServerSettings.java link
  • Dont send workspace/didChangeConfiguration when server starts. link
  • Fix test import for Windows OS link
  • Prevent NPE in LSP console when switching projects link
  • Send workspace/didChangeConfiguration with {} if configuration is link
  • Prevent from "implementation class is not specified" with link
  • RootUri must not end with a slash link
  • Prevent NPE when isEnabled is called from plugin ls definition link
  • Use registration id to update workspace/didChangeWatchedFiles cache link
  • Enable Find Usages menu for custom file type different from TEXT link
  • Don't break custom "Find Usages" (like Java) link
  • Actions not getting enabled on IDE 2024.2 link

Documentation

  • Add go demo link
  • Improve go documentation link
  • Add documentation for Rust Analyzer link
  • Update special cases link
  • Add IntelliJ SumnekoLua plugin to readme.md link
  • Mention order="" in signatureHelp section link

Other

  • Reduce mock server sleep time to speed tests up link