Releases: tigersoldier/JavaComp
Releases · tigersoldier/JavaComp
JavaComp 1.1.1
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é"
- 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 returnsinsertText
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
v1.0.0 readme: replace javacomp-el with lsp-javacomp (#4)