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
May 08, 2013 12:58
ReSharper is using "new CancellationToken" because CancellationToken is a struct, and "default(CancellationToken)" is exactly the same as "new CancellationToken()".If you really want to use "defaul...
Community
ReSharper Open API / SDK
Help Assigning default value to a parameter in a Quick Fix
0 votes
Created
April 24, 2013 09:13
Since ReSharper is a plugin to Visual Studio, and supports the file types that VS supports, it relies on Visual Studio's language services to provide syntax highlighting, and it's own highlighting ...
Community
ReSharper Open API / SDK
The better way to provide syntax highlighting for your own PSI
0 votes
Created
March 18, 2013 11:38
While I haven't tried it, it looks like it will format the code correctly for you. The implementation of ModificationUtil.ReplaceChild will get an instance of ICodeFormatter and format the replaced...
Community
ReSharper Open API / SDK
Formatting a replacement expression
0 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
«
First
‹
Previous
Next
›
Last
»