Jan Steinke

Results 49 comments of Jan Steinke

I tried it and it looks good, but it seems to struggle mit multiple progress reports like rust-analyzer has.

@mitinarseny thanks! This works like a charm!

@rcarriga would you like to include the code in the project? It would be nice to have a central place for it where bugs can be fixed and code shared....

you need to re-compile or update gopls with go1.18. If you are using Homebrew to install gopls, run `brew reinstall gopls --install-from-sources`.

I think the assertions would benefit from it. It reduces turn-around time if the compiler already tells you that `expected` and `actual` are different types and incompatible instead of waiting...

@brackendawson I noticed that you down voted my reply, I'd be interested to hear your reasoning for it? Do you think it's not useful and if so why? In the...

From [the spec](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentHighlight) > The document highlight request is sent from the client to the server to resolve a document highlights for a given text document position. For programming languages...

I agree! That actually makes sense for the lint case. I stumbled across it because of `buf format` and then thought to include lint for completeness, but maybe that was...

What would be a graceful path to adding new directories to the `buf.work.yaml`? We have automated PR checks for breaking change detection and I am a bit hesitant now to...

It looks like this will be supported in the future via the `AggregatorSelector`, maybe you can clarify here @TommyCpp?