Yang Xiaowei

Results 6 comments of Yang Xiaowei

I'm facing the same. I had to `:set nopaste`, then use to insert suggestion.

Java 17 I believe ```bash $> java --version which javajava 17.0.7 2023-04-18 LTS Java(TM) SE Runtime Environment (build 17.0.7+8-LTS-224) Java HotSpot(TM) 64-Bit Server VM (build 17.0.7+8-LTS-224, mixed mode, sharing) ```

maybe PP is not using my Java 17 which I installed with `sdkman`. ```bash $> /usr/libexec/java_home -V Matching Java Virtual Machines (1): 1.8.0_232 (x86_64) "AdoptOpenJDK" - "AdoptOpenJDK 8" /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home...

I started seeing the same issue recently as well. Cleaning java language server workspace does not fix for me. However, running `mvn eclipse:eclipse` resolves the problem and that does seem...