Skip to content

Releases: tigersoldier/JavaComp

JavaComp 1.1.1

Choose a tag to compare

@tigersoldier tigersoldier released this 20 Feb 07:08

This is a buf fix release.

  • #6 Fixed crash on Java 9 caused by usage of JDK internal packages.
  • Fixed parsing .class files with anonymous classes.
  • Completion between two dots now works as intended.

JavaComp 1.1.0 "Chūn Jié"

Choose a tag to compare

@tigersoldier tigersoldier released this 15 Feb 23:00
  • JavaComp can parse .class files in .jar files now.
  • Auto-import: Completing not imported classes will add import statements.
  • Support completionItem/resolve command. Currently this command only resolves
    additionalTextEdit for auto-imports.
  • Support InsertTextFormat.Snippet. When a client reports snippet support in
    the completion capabilities, JavaComp returns insertText in snippet format.
    When completing methods, snippets are returned for tab stops for each
    arguments.

Chinese New Year,[2] also known as the Spring Festival (simplified Chinese: 春节; traditional Chinese: 春節; pinyin: Chūn Jié) in modern China, and one of the Lunar New Years in Asia, is an important Chinese festival celebrated at the turn of the traditional lunisolar Chinese calendar
Wikipedia

JavaComp 1.0.0

Choose a tag to compare

@tigersoldier tigersoldier released this 07 Oct 11:54
v1.0.0

readme: replace javacomp-el with lsp-javacomp (#4)