David Wengier

Results 343 comments of David Wengier

Blocked on https://github.com/dotnet/razor-tooling/issues/6212

Thanks for the comment @ygoe. Would it be possible for you to file separate issues for the problems you're seeing, with more information about the before and after state, and...

Could you log an issue for that @ygoe? Ideally with a screenshot of the option you're using. In general, for new problems, its best to log new issues. Worst case...

Confirmed its the render fragment being a problem here, doesn't repro with a "normal" object initializer. Probably lowers the priority a bit. Those damned lambdas.

We also refer to these as "virtual" documents. Personally I like "generated" documents, as thats what they are to me.

@michaelcsikos Could you clarify which garbage specifically you're talking about? This issue is tracking the general request for an options page for Razor features, rather than any one particular feature....

Thanks for the info @michaelcsikos. We have an existing issue for turning off auto-formatting on type in https://github.com/dotnet/razor-tooling/issues/4336 and I've just logged https://github.com/dotnet/razor-tooling/issues/7025 for turning off formatting on paste. If...

This is interesting, and looking at the code as written, the expectation here would be the `script` doesn't show up in completion. It's showing up because we happen to see...

So in a way this will be fixed by https://github.com/dotnet/razor-tooling/pull/6823 in that the `form` tag helper will be shown in completion. In an entirely other way though, thats a bug.

A customer reported an interesting manifestation of the issue here: https://developercommunity.visualstudio.com/t/Writing-too-fast-skips-documentation-tem/1654948 Essentially, OnAutoInsert (and formatting the results) is taking long enough that the editor state has changed, and thus the...