Results 10 comments of Alex Essilfie

@popov895 I use the transparent mode regularly and I often activate it using the shortcut too. I'm quite sure I'm not the only one who does his either. Is it...

Yes, I know of this de-facto set of key combinations. My point is that rather than removing the shortcut, kindly consider remapping it to some other combination. Thank you. On...

Much as I like [and appreciate] the work that this is receiving, I think that using the extension methods (after a relaxation of the generic type parameter rules to allow...

Looks good to me. With the implementation of the null coalescing operator, this is already the default behaviour so updating the docs to reflect this isn't an issue.

@333fred Whoops! I having switched to C# for almost all of my projects except when the client explicitly requests for it to be done in VB.NET, I thought (quite wrongly)...

I don't know about others but in the cases where I've had to implement INotifyPropertyChanged, there were just a few properties that it was needed on. For that reason, I'd...

It appears that using interpolated strings bypasses that optimisation regardless of the language used. I did a quick test with C# and an identical IL was generated. Maybe this issue...

> > If I was marking an exam, this code would get a fail from me. > > [@pricerc](https://github.com/dotnet/vblang/issues/567#issuecomment-692332803) I think you didn't get the suggestion made and instead dwelled...

@VBAndCs You're right that `Select Case True` is essentially a rewrapped `If ... Then ... ElseIf ... End If` block. In fact, unlike C#'s `switch` statement (before pattern matching came...

I agree with @MarioRicalde on this. The link given in the [readme](https://github.com/damienleroy/PowerAccent/blob/83b69b155ed087d722a4b9ade94f51d1f0e807ac/README.md) points to the frequency graph of accented characters _in the French language_. The frequency graph of accented characters...