Results 219 comments of Matt Ellis

Yeah, this is a rather open ended discussion on trying to figure out how to handle the combinatorial explosion of preprocessor defines and `#if` statements. #89 is a more concrete...

Probably a similar issue: If an enum is used as a serialised field, then find usages of the enum will show where the enum type is used, but not where...

The completion in the ShaderLab parts of a `.shader` file are not as advanced as inside the `CGPROGRAM`/`ENDCG` blocks. The only completion available is for completion of properties in blocks...

What's your point? That's VSCode, not Rider. It's showing simple word completion, rather than smart IDE completion. As I've already mentioned, ShaderLab support is limited, and doesn't support completion other...

@sdb7 hi. Could you explain a bit more about "three render pipeline" please?

I can't recreate this. If I save to the personal layer, I get the values written to `.sln.DotSettings.user`, and if I select team shared, then it's written to `.sln.DotSettings`, and...

This is an issue in the ReSharper platform. All grouping options require an `IProjectFile`, but we only get one of those if the file is opened in VS and added...

Nice idea! I'd rather not reorder the existing list, but I think it would be ok to insert in alphabetical order, even if the existing list is out of order....

How can Rider suggest this? Some ideas: * Try to monitor the length of time it takes to switch to play mode. If takes over e.g. 5 seconds, prompt to...