java_lsp This is a Java lsp server written in rust. Build on debian or ubuntu sudo apt install git rustup build-essential git clone https://github.com/emilycares/java_lsp cd java_lsp cargo build --release Editor support Look in editor directory Code copied/modified from other projects class from https://github.com/Palmr/classfile-parser mutf8 from https://github.com/Jezza/mutf8/blob/372c5d8a648b641d1081d3128c3d5e8726632ca3/src/mutf8.rs jimage from https://openjdk.org/index.html expect-test https://github.com/rust-analyzer/expect-test