Adam Scoble
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Created Changing Namespace naming suggestion
Hi there, I have a space in the folder name containing my scripts in a Unity project. However I want the namespace to not have a space. Rider suggests underscores which I don't like. An example: \... -
Created Custom prefix/suffix in certain cases
Hi all, I really like the Inconsistent Naming feature of Rider. However there are times I want a specific prefix or suffix on a field, property or method that breaks these rules. For example a stat... -
Created Rider 2019.3: greenish-yellow text colour in Solution panel
Hi all, A superficial question, but I use the Resharper Dark colour theme, which I love. However I've just upgraded from 2018.3 to 2019.3 and now the assemblies in the solution (and the breadcrumbs... -
Created Hiding code highlighting in scroll area
AnsweredHi there, Is there a way to hide the code highlighting from the scroll bar area? I don't want to remove the highlighting, but also I want to more easily see where errors are located. Thanks! -
Created How to copy all settings (including coding styles) between projects?
AnsweredHi all, I can't seem to figure out how to move coding styles between projects. I have tried the File -> Export/Import Settings, however this doesn't seem to bring across all of the coding style set... -
Created A way to apply whitespace settings to everything in a folder
Hi all, I recently discovered that you could have whitespace cleared on save. However all of the scripts I've been working on haven't been using this. So now every change I make results in hundreds... -
Created Using Rider without Visual Studio documentation incorrect
Hi there, I had to format my computer and figured I could just install Rider. I got a notification when loading a project that I required the Microsoft .NET Framework Developer Pack 4.5 from a link... -
Created How is 'using' order calculated?
Hi there! I'm just wondering how the order of 'using Namespace' is calculated when they're automatically added. I would love to have some control over this? Or at least have a system to it, alphabe... -
Created Automatic/seamless install updates
AnsweredHi there! It's somewhat annoying in Unity having to reset my external scripting tool each time, because Rider wants to install in a new directory each version. It would be great if when Rider had a... -
Created Change Namespace Folder Name
AnsweredHi there! I'm using Rider in a Unity project, and it's general practice to store classes in a directory called 'Scripts'. This results in Rider suggesting my namespace be: Scripts.Gameplay.Environm...