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
April 03, 2013 14:58
Hi Ollie. Sorry, dropped the ball on the swift reply.I think what's happening here is that the new expression is being formatted, but not the surrounding nodes. So, you're replacing Select().Merge(...
Community
ReSharper Open API / SDK
Formatting a replacement expression
0 votes
Created
March 18, 2013 13:33
You might be able to do this with a plugin, by adding the files into a custom PSI Module.A module is an entity that provides information to the PSI. (I'm presuming you're familiar with the PSI - it...
Community
ReSharper Open API / SDK
Instruct R# to load external files for symbols
0 votes
Created
March 18, 2013 15:52
I think that depends on what you return from IPsiSourceFileProperties. I think if you return true from ProvidesCodeModel, it should allow navigation.
Community
ReSharper Open API / SDK
Instruct R# to load external files for symbols
0 votes
Created
March 19, 2013 13:20
OK. Maybe that's not it. I've had a dig around, and firstly, I don't think you'll get these files to show up in goto file popup. That search looks at the files that are in the project model, and th...
Community
ReSharper Open API / SDK
Instruct R# to load external files for symbols
0 votes
Created
March 12, 2013 15:06
Hi Ollie. Do you mean declaring a namespace ("namespace Foo {") or using a namespace ("using Foo;")?
Community
ReSharper Open API / SDK
Adding a namespace reference to a file
0 votes
Created
March 18, 2013 14:27
I don't think you can, using this method. I think UsingUtil will place it where the settings for the code say it should go - if you've set that up to be inside, it should be inside.
Community
ReSharper Open API / SDK
Adding a namespace reference to a file
0 votes
Created
March 18, 2013 15:50
Cool. Are you R# settings set to put using statements inside the namespace declaration? If so, it kinda sounds like a bug that by default ReSharper would add them at the top of the file. I would ex...
Community
ReSharper Open API / SDK
Adding a namespace reference to a file
0 votes
Created
June 30, 2014 10:49
As far as I can tell, the BaseTest classes don't load any settings files at all. Instead, you just get the default values. You can set specific settings programmatically, using the ExecuteWithinSet...
Community
ReSharper Open API / SDK
BaseTestWithExistingSolution won't load "csproj.DotSettings"
0 votes
Created
November 28, 2014 10:43
You have two options, really. If you want to monitor the file being edited, and display highlights and warnings, you should implement a daemon stage process. This will get called as changes are mad...
Community
ReSharper Open API / SDK
How to monitor type system?
0 votes
Created
November 14, 2014 12:24
I think you've got two options. The simple one is to just let ReSharper analyse the .g.cs files, and let it add those type declarations to the code model as normal. Don't add the type declarations ...
Community
ReSharper Open API / SDK
Disable analyze for generated files.
0 votes
«
First
‹
Previous
Next
›
Last
»