Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed May 22, 2018
1 parent 6b755b7 commit 1ce79d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package and [meghanada-server][].
* Syntax check and analyze java source (`flycheck-meghanada`)
* Support `Generic Types`
* Code completion with [company-mode][] (`company-meghanada`)
* Optimize import
* Optimize import and sort
* Jump declaration
* Run [Junit][] test (include test runner)
* Diagnostic reporting with [flycheck][] (`flycheck-meghanada`)
Expand Down Expand Up @@ -104,6 +104,8 @@ M-x meghanada-update-server

Auto completion is supported by `comapany-mode`.

Completion matcher is selectable. see type `M-x customize-group RET meghanada`.

## Syntax/error checking

Error checking is supported by `flycheck`.
Expand Down Expand Up @@ -168,6 +170,10 @@ Import all and remove unused import statement.

The format of the import statement will be in `google-java-format`.

### meghanada-import-at-point

Add import statement from symbol at point.

### meghanada-local-variable (C-c C-r r)

Introduce local variable. (need expression is end `;`)
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.0.3 (2018-05-24)

* Support import completion from symbol (added import-at-point function).
* Completion matcher is selectable (default is prefix matcher).
* Fix broken static import completion.
* Fix import statement sort (in case google-java-format).
* Fix some bugs and improve stability.

# Version 1.0.2 (2018-05-08)

* Show progress when meghanada downloading server module
Expand Down

0 comments on commit 1ce79d4

Please sign in to comment.