Benjamin Brienen

Results 82 comments of Benjamin Brienen

This code would cause it if you remove the closure wrapper https://github.com/rust-lang/rust/blob/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/src/tools/rust-analyzer/crates/rust-analyzer/src/lsp/capabilities.rs#L211

I like that it encourages me to use the full words, but I can see how a more relaxed mode might be preferable.

This is a problem for my company. Can this be given some attention? Also, can this be bumped to `^0.14.0`? @Julien-Marcou @Coly010

```cs public record Extends(string Template, object Parameters) { public Extends() : this(default!, default!) { } } public record Parameter(string Name, string DisplayName, string Type, string Default) { public Parameter() :...

I also have this problem. ```cs public List Scan() { // abbreviated return [file]; } ```

I really wish C# allowed for shadowing, especially in different scopes.

~~I'll take this~~

@josefpihrt Could we have 2 code fixes? One that suggests to remove it and another one that suggests AsEnumerable()?