GreenMoose -

- Total activity 369
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 151
-
GreenMoose - created a post, AnsweredPrefixed method names does not show up in intellisense
Version: ReSharper 10.0.20151114.194955 private class Foo { private void zfooBarOne() { } private void zFooBarOne() { } private void fooBarOne() { } private void FooBarOne() { } private void Foo() ... -
GreenMoose - created a post, Generate auto roperty for model from cshtml file removes Refactoring menu.
RS 91. I have a partial view template and class something like below:class Foo {}@model Foo@{ var foo = Foo.IsFoo}2. IsFoo is red so I choose via RS to generate a property via Alt+Enter3. Now I wa... -
GreenMoose - created a post, RS 9 does not find nested JavaScript function name
var FooNs = FooNs || {}; FooNs.Bar = function () { this.Foo = function() { } var zoo = function() { } function fooBar() { } return this; }; ... -
GreenMoose - created a post, Where is "always use var in foreach" in RS 9?
With RS 7.1 we could choose as part of cleanup to change "foreach (int i in ints)" to be "foreach (var i in ints)" but with RS9, after changing "Use 'var' when evident" in "var usage declartions", ... -
GreenMoose - created a post, RS9 locks vstudio sometimes when pressing e.g. Esc when closing windows
Several times today RS have been locking vstudio and I have to kill it due to it uses some modal dialog that won't disappear. It seems to happen now and then when a window is loading and I want to ... -
GreenMoose - created a post, Shortcut for "Inspect Hiearchy" broken in RS 8 (only displays Window)
RS 8.2.3/vstudio2013.In RS 7.1 I selected a type and pressed Ctrl+E, Ctrl+H and could see the Heiarchy window with the selected type.In RS 8 if I do the same it only displays the Hiearchy window, I... -
GreenMoose - created a post, "Free trial period of ReSharper v9.0 is over"
Using vstudio2013.I installed an EAP yesterday and the Beta1 today, known issue/workaround? (couldn't find any on youtrack) -
GreenMoose - created a post, Visual Studio 2012 Freezes with ReSharper 7.1 assembly in call stack
Vstudio 2012 / RS 7.1.3 / TC 8.0.6Now and then Vstudio totally freezes and I must kill process to be able to work. Before killing it though, I attached devstudio and inspecting the main thread (whi... -
GreenMoose - created a post, Why is ReSharper 7.1 selecting <seealso... instead of <see... xml doc tag ?
v7.1.3/// <summary>When <see| /// /// </summary> class Foo { }When I type "<see" and hit tab, the selected xml doc tag becomes "<seealso" because that is default sele... -
GreenMoose - created a post, RS 7.1.3 makes vstudio2012 unresponsive now and then when editing JS files.
[RS v7.1.3]Practically all the time when I edit JS files the vstudio editor (vstudio 2012 premium) freezes now and then. Most often it is for a couple of seconds (have to wait for vstudio to become...