Larry Marshall

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Larry Marshall commented, -
-
Larry Marshall created a post, Keyboard mapping like IntelliJ IDEA?
I have been using ReSharper for years and love it. It really boosts my productivity.Recently I had the opportunity to use IntelliJ IDEA. It was difficult to use because the key mappings are differe... -
Larry Marshall created a post, Go to declaration from XAML?
Does hovering over a XAML object and hitting Go to declaration (Ctrl-B) work?I have a button in XAML defined as: <Button Content="New" Command="{Binding Path=NewCommand}" />Its parent... -
-
Larry Marshall created a post, Test runner & keyboard shortcut
I am using Resharper v4.1.933. I am also using the Testdriven testrunner (v.2.19) on VS2008 Pro SP1 on Vista SP1.I assigned Ctrl+Alt+T to Testdriven.Net.Run and Ctrl+Alt+R to Testdriven.Net.Rerun, ... -
-
Larry Marshall created a post, Navigate back to previous position
When I hit ctrl-B or alt-F7, I'd like to get back to the editing position where I was when I hit the previous key.Is there a hotkey for this?TIA, Lars -
Larry Marshall created a post, Formatting condition
Currently the following is formatted as this:if (someCondition == true) thenDoThisMethod();I would like the method following the condition to be on its own line. I can't figure out how to do this:i... -
Larry Marshall created a post, Highlighting current line
I re-installed the OS from XP to Vista on my development system. I installed VS2008 SP1.When I ran VS2008 on the XP system, I believe I had the current line highlighted (Tools\Options\Fonts and Col...