lsif-java v0.3.0
🚀 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.
- Emit of type parameters in method signatures (#129) @Strum355
- Emit SemanticDB types and signatures (#126) @Strum355
🐛 Bug fixes
- Emit definition occurences for type parameters (#125) @Strum355
- Fixes range deriving for constructs incl classes/interfaces (#121) @Strum355