Srinesh Nisala

Results 84 comments of Srinesh Nisala
trafficstars

Hello, what could be the cause of this error? I tried this on jdk17. ``` [nix-shell:~/Workspace/demo]$ java -Dspring.lsp.client-port=5832 -Dserver.port=5832 -Dsts.lsp.client=vscode -jar /home/s1n7ax/Downloads/Test/spring-boot-language-server-1.2.0-201812201920.jar 08:38:38.391 [main] INFO o.s.i.v.b.a.BootLanguagServerBootApp - Starting BootLanguagServerBootApp v1.2.0-SNAPSHOT...

I couldn't find the `spring-boot-language-server.jar` why where in the ` vscode-spring-boot-1.51.0-RC.3.vsix` Anyone know where I can find that? I got the jar I used above from following comment https://github.com/spring-projects/sts4/issues/76#issuecomment-451175464

You already can do that. For example, - Run `:SReplace` and add the query - Run `copen` to show the quick fix list You will get all the matching results...

I might add a just search feature so people can see the matches. But this plugin will not implement fancy result view what you might see in other editors

Anyone have any idea how to use `--physical-keybindings`. I have no clue what following supposed to mean ``` # If true, use physical keys for shortcuts, regardless of the current...

@chetra-seng Don't have time to look into this. No any progress so far. I would recommend trying overseer.nvim. See if that's any help.

@chetra-seng this is merged. You can try it out. @atm1020 Awesome work as always.

@aeropagz This is where the setup configuration is constructed. It's executed by the lspconfig configuration you have. Not done by the plugin. https://github.com/nvim-java/nvim-java-core/blob/287aed5e296c5c7945ac658e24d9dfef7372c2be/lua/java-core/ls/servers/jdtls/init.lua?plain=1#L22-L92

Added to the backlog but this will not be implemented soon

@atm1020 Give it a shot. I couldn't get it working. Check the linked discussion first.