Giter Site home page Giter Site logo

gerritjvv / meghanada-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mopemope/meghanada-server

0.0 3.0 0.0 2.82 MB

A Java IDE Server for your editor. Java IDE-like features to your favourite text editor.

License: GNU General Public License v3.0

Python 1.14% Java 98.86%

meghanada-server's Introduction

Meghanada-Server

Join the chat at https://gitter.im/mopemope/meghanada-server

CircleCI

A Java IDE Server for your editor. Java IDE-like features to your favourite text editor.

Features

Some planned and implemented features:

  • Server supports a network connection
  • Gradle and Maven project support
  • Run build tool task
  • Compile your project
  • Analyze java source (hooks into build)
  • Code completion
  • Optimize import
  • Jump declaration
  • Run junit test (include test runner)

Meghanada-Server support only emacs client (meghanada-mode)

Building

Requirement

  • JDK 8

If your project were maven project, It needs maven and add mvn command your $PATH.

Build jar

./gradlew clean shadowJar

Usage Server

see help.

java -jar path/to/meghanada.jar --help
usage: meghanada server
    --gradle-version <arg>   set use gradle version
 -h,--help                   show help
    --output <arg>           output format (sexp, csv, json). default:
                             sexp
 -p,--port <arg>             set server port. default: 55555
 -r,--project <arg>          set project root path. default: current path
 -v,--verbose                show verbose message (DEBUG)
    --version                show version information
 -vv,--traceVerbose          show verbose message (TRACE)

Run Server

java -jar path/to/meghanada.jar

Recommend settings jvm args.

java -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Xverify:none -Xms256m -Dfile.encoding=UTF-8 -jar path/to/meghanada.jar

Meghanada-Server is required JDK 8 (not JRE). It used Compiler API.

Project

Gradle

TODO

Maven

TODO

Customize Project Manually

  • Write .meghanada.conf on project root.

TODO

License

GPL v3, See LICENSE file.

meghanada-server's People

Contributors

mopemope avatar gitter-badger avatar

Watchers

Gerrit avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.