Releases: mopemope/meghanada-emacs
Releases · mopemope/meghanada-emacs
0.7.6 (2017-05-16)
- Change sort order of the candidates to more better
- Support maven parent pom
- Change default formatter to google-java-format
- Support make import from eclipse code format settings (meghanadaFormatter.xml)
Version 0.7.4 (2017-04-13)
- Fix import all and optimize import bugs
- Fix jump to enum declaration bugs
Version 0.7.1 (2017-03-23)
Fix jump to declaration bugs
Version 0.7.0 (2017-03-18)
Highlights
- Support eldoc.
- Add server remote-debug flag.
Version 0.6.6 (2017-03-01)
- Fix jump to declarations bugs.
Version 0.6.5 (2017-02-28)
- Fix jump to declarations for variadic method.
- Fix parse try resources.
- Supported jump to third party library source.(from sources.jar or decompiled file)
Version 0.6.4 (2017-02-24)
- Fix jump from method refernce.
- Supported jump to java standard lib source.
Version 0.6.3 (2017-02-22)
- Fix jump to declarations for overload method.
- Fix wildcard type completion.
- Fix cache error log.
Version 0.6.2 (2017-02-20)
- Fix Send column number count from 1.
- Fix Send nil symbol.
Version 0.6.1 (2017-02-17)
- Fix auto-import bugs.
- Fix optimize-import bugs.
- Fix var completion bugs.
- Fix genecrics method completion bugs.
- Fix some bugs.