Results 219 comments of Matt Ellis

Unfortunately, this isn't fixed. It requires [RIDER-8339](https://youtrack.jetbrains.com/issue/RIDER-8339) to be implemented, as a core part of Rider, rather than something that can be fixed from the plugin. Just to clarify, though,...

Thanks for the explanation. Interesting that it's a split on `[Serializable]`/`MonoBehaviour`. Adding those two lines should work. I've just tested it and it seems to work ok. I've made some...

The naming system recognises Unity's serialised fields as serialised fields. Disabling the inspections just means that inspections for serialised fields are not shown. You can update the naming styles for...

Ah, good spot. Rider does require the .dotSettings file to match the solution file before it's automatically loaded. But we can also add the .dotSettings file programmatically, if we can...

This also affects the `.idea` folder, as the contents are stored per-solution, i.e. `.idea/.idea./...`

No plans at the minute. Adding something to the editor surface is not a current ReSharper entry point, so would require hooking into VS functionality.

#3 is more about handling `$scope` inside expressions, and this issue is about enabling support for expressions in `{{...}}` blocks, in the same way that expressions are currently supported (e.g....

The plugin requires angular.js to be included in the project - it will parse the file and pull out any directives. If you've got the minified version included, it won't...

Would you be able to share the project? Or create a similar project that also fails?

What versions of ReSharper and Visual Studio are you using?