Fred Bricon

Results 227 comments of Fred Bricon

We should not send duplicate progress report. At all.

unnecessary events consume CPU. If you need to support both during a transition period, I suggest you use a feature flag to enable one of them only. Remove the flag...

If you try `String s = Integer. //ctrl-space` you'll see methods returning String on top. Eg. in VS Code : So it seems to me the context is not aware...

https://www.screencast.com/t/AYFxtppNr8 shows a more optimal workflow: type the name of the method you want to override, completion will add the @Override annotation and create the whole method body. Unfortunately it...

The override fix is not merged (see #206) because it's incomplete. It doesn't work for anyone at the moment.

the thing that bothers me a bit is if we start advertising it on the readme, it's akin to saying we own and maintain those 3rd party packages, which is...

Creates a new class as you type 😂 ![Oct-15-2020 18-44-05](https://user-images.githubusercontent.com/148698/96160721-a4972c80-0f16-11eb-8c0c-795e5c3bff4d.gif)

... and the generated classes don't even implement the interface method :-)

Can you try adding `"java.errors.incompleteClasspath.severity": "ignore"` to your settings?