Øystein Langeland Sandvik
Øystein Langeland Sandvik
### Is your feature request related to a problem? I'm using Mutation Conventions to handle errors by decorating my mutations with `[Error(typeof(ValidationException))]`. This works well by handling errors for me...
### I've searched open & closed issues for similar requests - [X] Yes ### Package name sts4 ### Package homepage https://github.com/spring-projects/sts4 ### Languages java ### How is this package distributed?...
Neovim has support for JDT language server: https://github.com/mfussenegger/nvim-jdtls sts4 support would be a great addition. I tried reading through the docs myself, but I didn't see an obvious way, but...
Does this: #500 Part of this: #358 I guess multiselect depends on this: https://github.com/neovim/neovim/pull/18161
I am not able to go to the implementation of a consumer function that is passed in as an argument to a function. Given the following code example: ```java import...
I think JDTLS already has built in auto-bracket support, but setting this seems to make stuff behave as it should on my part, and [these docs](https://cmp.saghen.dev/configuration/completion.html#auto-brackets) suggested creating a PR.