Skip to content

lsif-java v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 15:42
· 594 commits to main since this release
1e4df32

馃殌 New LSIF emitter

Previously, lsif-java had a system dependency on a separate tool called lsif-semanticdb in order to work. This dependency has now been removed so that installing lsif-java is the only custom tool you need available on your $PATH

馃毀 Progress towards better hover messages

Currently, hover messages only contain Javadoc docstrings. We're working on extending hover messages to also include signatures of the referenced symbol. This functionality is planned for the next release once the PR #131 is merged.

馃悰 Bug fixes

  • Emit definition occurences for type parameters (#125) @Strum355
  • Fixes range deriving for constructs incl classes/interfaces (#121) @Strum355

鈿狅笍 Internal

  • adds snapshot command to lsif-java cli (#117) @Strum355
  • fixes snapshot generator comment // insertion (#120) @Strum355
  • updates semanticdb.proto for updated Documentation field/message (#119) @Strum355