Skip to content

Commit 433610e

Browse files
committed
Add NEWS
1 parent 4ffae24 commit 433610e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)