Logutov

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Logutov commented, -
Logutov created a post, Order class methods based on interface
Hello.Interface is a public declaration of the class capabilities so it's pretty natural to have class methods/properties to be sorted based on the order of their declaration in the interface. Is t... -
Logutov created a post, [Suggestion] Interfaces before classes in Visual Studio solution explorer
Currently visual studio solution explorer sorts files by filename inside folder.It would be nice to have an option to make interfaces showed before other files thus making this:CollectRequestStatis... -
Logutov created a post, [Feature Request] Toggle view/code for MVC
There is a build in command View.ToggleDesigner which is very usefull when working with APS.NET WebForms projects - it allows quickly switch between aspx page and it's code behind.It would be great... -
Logutov created a post, Feature request: ctrl+click on interface methods navigate to implementation
Whats the title said: it would be very convinient to be able navigate to implementation (or see the popup list of implementations if there are more than on) by ctrl+click on interface method. -
Logutov created a post, Javascript object initializer formatting
It seems no matter what I do I cannot make javascript to be formatted like this:self.artRubrics.push ({ "Selected": false, "Text": event.currentTarget.title, "Value": event.currentTarget... -
Logutov created a post, Formatting option: no space after dollar sign ($) in javascript
Hello. I like to use "space before parentheses in function invocation" formatting option. But it also force R# to insert space after jquery $ call. So it's became unnatural: "$ (".myElement").(...)... -
Logutov created a post, [Suggestion] Adjust namespaces should ignore JetBrains.Annotations.cs by default
I love Adjust namespaces refactoring but sometimes I forgot to uncheck JetBrains.Annotations.cs (not to mention it's quite hard to find it in list with many items).So I would love R# to uncheck all... -
Logutov created a post, Spacing in C# code formatting
I have this hand formatted code: public GlobalStatisticsQueryHandler ( [NotNull] IQueryHandler<CountRegisteredForPeriodQuery, int> usersCountRegisteredForPeriodQueryHandler, [NotNull] IQu... -
Logutov created a post, ReSharper 7 format code shortcut?
Hello.I've used to have shortkey to format my code when I need and since I'm switching to resharper formatting rules I was wonderring is there some kind of shorcut available to force ReSharper to r...