Benjamin Nørgaard

Results 26 issues of Benjamin Nørgaard

It would be nice to be able to get the version of the binary through a flag eg. `crd-ref-docs --version`. We rely on doing this in order to ensure that...

enhancement

With jdtls having become quite good it is more and more common to write java in editors other than intellij and eclipse. It is easy to automate formatting when the...

We want to make controller logic which reacts to changes to the eksa cluster resource. The issue is that the current EKSA go module does not support being imported in...

The following input ```java public class Test { private String longString = "asdf asdf asdf asdf asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfa"; } ``` Becomes ```java public class Test { private String longString = "asdf...

bug-unconfirmed

I am not entirely sure wether this is the intended behavior, so here is an issue. The the continuation of the long string doesn't indent with 8 spaces from the...

I would love to be able to mark a local plugin as optional and simply not load it if it isen't found on the filesystem. Right now I get an...

feature