Simon Hewitt
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Import Type
AnsweredIf I paste a code snippet into another class and it contains a Type that isn't imported, I think that "Import Type" could be a little more intelligent. See screenshot below where Import Type just g... -
Created Colours changed in 2020.3.2
CompletedI let Resharper update to the latest 2020.3.2 and now its showing me different coloured highlighting I can't read. Where do I set this back to the previous colours?I did a scan of the 200+ Resharp... -
Created Unable to get Updates
For the last two days, I've been trying to update Resharper and other Jetbrains apps. It claims to be downloading for ages and then gives up and marks as Failed.The logs all indicate that the serve... -
Created Debugging when source code is available
R# decompilation is great and I've used it for a long time, especially using Ctrl-F12/Ctrl-B to navigate members etc. However, I came across the need to debug a third-party library and find that F9... -
Created Suggestion: Add More Reference Refactoring Options
The "Find Code Dependent On Module" is very useful but1) There is no way to just find out if there is *any* code dependent on the module. You have to wait for the full list to be produced.2) There ... -
Created Suggestion: Add Color sample aid to XAML files
It would be nice when editing a XAML file to show exactly what colour is represented by its textual representation. e.g. hovering over an attribute such as Color="#FFD0EBFF" currently shows "Soli... -
Created Please make sorting of Unit Tests optional
I prefer the original behaviour where tests are performed in the order in the file.I am well aware that Tests should be performable in any order but I also use unit tests for optimization and in th... -
Created Symbol not found warning for property param name
In this property, Resharper 4.0 beta doesn't like the fact that "Margin" isn't a parameter argument and flags it as a warning:"Cannot resolve symbol 'Margin' public int Margin { get { return ma...