George

Results 181 comments of George

Yes, I very much like your elegant solution of not making the title too long with many generic parameters. I think the current solution works well. I was rather concerned...

> Well, it is somewhat reasonable. I will reconsider it. Thank you. I hope you implement it, as otherwise there are sometimes 100s of search results to go through, when...

Not sure if it is Codist or VS, but on the latest _Stable_ VS (do not try Insiders 11304.161 as it has a bug that prevents loading a solution), Codist...

Here: ```cs extension([MaybeNullWhen(true), NotNullWhen(false)] string? s) { /// /// Returns true if is either , '' empty, or has only whitespace characters. /// public bool IsBlank { [DebuggerStepThrough, MethodImpl(Const.OPTIMIZE)] get...

In fact the underline issue applies to all symbols - not just extension members, as `ref struct`s for which I had it enabled do not show up as underlined too.

Must be some latest VS quirk then. I will see if it still happens once I get back to the normal Insiders version I was using after they issue a...

> Must be some latest VS quirk then. It does seem like it is actually a VS issue with underlines, because I just noticed that their underline reassigned variables feature...

While I haven't used this feature, I think I agree and also would prefer TOML or YAML, as having so many `\` in json is making things harder.

I am mostly fine with the existing way. I mean I understand the value in customizing the highlights for such cases, but I probably won't be using them since I...

Yes, I actually think your idea is better! Smart Bar was just something I thought of would be easier to implement since it is already there, but of course ideally...