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
October 11, 2012 11:27
Hi Christian. If you are doing this in an action handler, then yes, retrieving the ISolution from the context like this is the right way. Various other components, such as the CodeStructureBrowser ...
Community
ReSharper Community
Plugin Development with ReSharper SDK
0 votes
Created
October 04, 2012 14:11
So, as you found, you can enable the number of assemblies to run in parallel through the options dialog. Tests in a single assembly are run serially. ReSharper actually uses the underlying test fra...
Community
ReSharper Community
Test Runner serial execution of tests
0 votes
Created
October 04, 2012 16:10
Can you reproduce this in a small solution you can send me? Or can you make each test write the current thread id to a file, where the write method is wrapped in a lock?ThanksMatt
Community
ReSharper Community
Test Runner serial execution of tests
0 votes
Created
September 21, 2012 14:07
For future reference, you can get the DTE instance by calling Shell.Instance.GetComponent<DTE>(). Action handlers don't allow constructor injection. See http://devnet.jetbrains.net/message/5468261#...
Community
ReSharper Community
How to obtain a reference to the Visual Studio shell
0 votes
Created
July 25, 2012 17:31
Hi Tony. I'm not sure that ReSharper can do this. Let me investigate, and I'll get back to you.Just to clarify - are you wanting to highlight the whole code block, or just member names - e.g. for a...
Community
ReSharper Community
Plug-In for code section highlighting
0 votes
Created
July 30, 2012 12:15
Hi Tony. Sorry for the delay in the reply. I think you should be able to accomplish what you're after by implementing a daemon stage processor that adds a highlighting instance to the section of co...
Community
ReSharper Community
Plug-In for code section highlighting
0 votes
Created
September 14, 2012 13:40
Upload seems to have worked just fine. Looking at the code, it's kinda working. Ish.For some reason, Visual Studio doesn't want to draw custom highlighting styles. If you hover the mouse over a "To...
Community
ReSharper Community
Plug-In for code section highlighting
0 votes
Created
September 16, 2012 20:41
The SyntaxHighlighting class is used by the code preview panel in various windows such as find usages, etc. The normal editor windows use Visual Studio's language services to provide basic syntax h...
Community
ReSharper Community
Plug-In for code section highlighting
0 votes
Created
November 19, 2012 12:35
As I understand it, this is one of StyleCop's rules - usings should be placed within a namespace. I don't know if this is something that can be configured within StyleCop - it might be worth asking...
Community
ReSharper Community
Resharper 7.1 & StyleCop
0 votes
Created
November 14, 2012 11:02
Not directly, but work has started on an F# plugin. Any contributions welcome!
Community
ReSharper Community
F# support exists/planned?
0 votes
«
First
‹
Previous
Next
›
Last
»