We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffae24 commit 433610eCopy full SHA for 433610e
NEWS.md
@@ -0,0 +1,14 @@
1
+## v1.1.0
2
+
3
+* JavaComp can parse .class files in .jar files now.
4
+* Auto-import: Completing not imported classes will add import statements.
5
+* Support `completionItem/resolve` command. Currently this command only resolves
6
+ `additionalTextEdit` for auto-imports.
7
+* Support `InsertTextFormat.Snippet`. When a client reports snippet support in
8
+ the completion capabilities, JavaComp returns `insertText` in snippet format.
9
+ When completing methods, snippets are returned for tab stops for each
10
+ arguments.
11
12
+## v1.0.0
13
14
+Initial release.
0 commit comments