Patrick Pichler

Results 73 comments of Patrick Pichler

Are there any plans to add such a functionallity to coc.nvim so that this can be implemented?

As this is kinda of a showstopper for me, would you accept a PR which implements this functionality by doing multiple rounds of asking to select a field? E.g. (~...

In the PR I provided the naive simple approach. It works but it is nothing fancy.

Gradle is starting a background daemon for faster compilation times. So if you execute lets say `gradle build` gradle will start a daemon as well. So this is not really...

Exactly. `jdt` uses the eclipse gradle plugin (if I'm not mistaken) and this starts the gradle daemon to get informations about the build.

Is there any chance that this is getting merged? :slightly_smiling_face:

Remove reaction seems to be working :slightly_smiling_face:

The pull request #407 is somewhat functional. You could try running it. Would be nice to get some more feedback on if everything works or not.

Hey :) I've created a PR to add clickhouse database support. I hope this is still wanted! (see #133)

@AlexsJones sorry I was so up in my thoughts to provide some proper context for this PR. The config package acts as an abstraction on top of viper. In the...