Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Matt Ellis
Total activity
1008
Last activity
August 03, 2023 15:35
Member since
July 05, 2009 00:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
397
Activity overview
Articles (0)
Posts (4)
Comments (607)
Sort by recent activity
Recent activity
Votes
Created
November 08, 2013 12:31
F6 is for moving a class, not creating it. You need to create the type first, with alt+enter, before F6 will move it.
Community
ReSharper Community
F6 not giving me context window for "Create class in folder"
0 votes
Created
November 08, 2013 12:11
You'll be better off to set copy local for your dependencies to be true for your test project. MSBuild will do the copying, but it will only copy them once - if the files already exist, they don't ...
Community
ReSharper Community
Extending Shadow Copy to Test Projects with Dependencies
0 votes
Created
October 25, 2013 14:47
I can't help with the exception when reporting the exception, but I can answer the questions for the extension manager.8.1 is not binary compatible with 8.0, so plugins need to be recompiled, and p...
Community
ReSharper Community
R# 8.1 EAP bug reporting
0 votes
Created
October 29, 2013 18:00
You can do this with external annotations, although it's not strictly intended for this. You can use the external annotations mechanism to attach an attribute to a particular member, in this case, ...
Community
ReSharper Community
How to set obsolete to external library
0 votes
Created
October 24, 2013 12:36
You can continue to use VS snippets by invoking the snippets functionality explicitly. I believe the keyboard shortcut is Ctrl-K, X or Ctrl-K, S for surround snippets. They aren't imported as Live ...
Community
ReSharper Community
Resharper and Visual Studio code snippets
0 votes
Created
October 24, 2013 13:47
If you know the shortcut, you can just use the shortcut and hit tab. If there isn't a shortcut, then yeah, you need to navigate...
Community
ReSharper Community
Resharper and Visual Studio code snippets
0 votes
Created
October 23, 2013 17:32
Have you tried this? http://resharper-support.jetbrains.com/entries/26859128-ReSharper-Fonts-Colors-settings-do-not-appear-in-Visual-Studio-after-installation
Community
ReSharper Community
VS2013 fonts and colors
0 votes
Created
October 03, 2013 15:23
There's nothing built-in to allow you to do this, but you could write a plugin to do it - you can get more info on plugins here: http://confluence.jetbrains.com/display/NETCOM/ReSharper+Plugin+Deve...
Community
ReSharper Community
Intercepting the start/end of a Unit Test Session
0 votes
Created
October 04, 2013 16:13
My mistake. That should have been sessionView.Session.Launch.Change.Advise. The Change property is of type ISignal<T>, which is conceptually similar to a .net event.
Community
ReSharper Community
Intercepting the start/end of a Unit Test Session
0 votes
Created
April 10, 2014 14:37
It's definitely possible to replicate find usages using the API, however, it's sounds like you're trying to do this in a custom console app, in which case, I'm afraid this isn't supported.
Community
ReSharper Community
Find Usages via API?
0 votes
«
First
‹
Previous
Next
›
Last
»