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 07, 2013 14:56
Hi Jared. Since ReSharper's code completion has a completely different infrastructure to Visual Studio's, it doesn't integrate with the VS intellisense interfaces. There are ReSharper classes and i...
Community
ReSharper Community
Detecting and dismissing Intellisense from an extension
0 votes
Created
October 11, 2013 16:51
I've just pushed the source of my VSIX integration project to GitHub: https://github.com/JetBrains/resharper-vsixIt's actually two projects - one will load a VSIX that's bundled inside a ReSharper ...
Community
ReSharper Community
Detecting and dismissing Intellisense from an extension
0 votes
Created
October 07, 2013 13:46
You'd have to move the template into the quicklist in the templates explorer for it to show up when using the surround with menu. You can just drag and drop it when in the templates explorer, other...
Community
ReSharper Community
Using "surround with" for attribute values in Razor?
0 votes
Created
October 03, 2013 15:04
This is because ReSharper knows that the Main method is only called by the runtime, so it knows that if it's not used in the body of Main, it can safely be deleted.ReSharper doesn't know if anyone ...
Community
ReSharper Community
Missing "Unused parameter" warning ("Parameter 'foo' is never used")
0 votes
Created
October 03, 2013 18:24
ReSharper already does take several of these things into account. Parameters on private methods are analysed without needing SWA enabled (the file has been analysed, after all), and parameters in m...
Community
ReSharper Community
Missing "Unused parameter" warning ("Parameter 'foo' is never used")
0 votes
Created
October 04, 2013 12:28
I'm getting confused. ReSharper already does tell you about unused parameters in public methods, as long as SWA is enabled, and as long as it's not an interface. If the method is being called exter...
Community
ReSharper Community
Missing "Unused parameter" warning ("Parameter 'foo' is never used")
0 votes
Created
August 15, 2013 12:24
[Deleted, replied to wrong post!]
Community
ReSharper Community
Bug: Keys flipping?
0 votes
Created
August 12, 2013 17:49
I believe it is possible to add support for this, by implementing IResourceProvider and IResourceModificationService for the android resource file format in a plugin. It would also require you to a...
Community
ReSharper Community
Move string to resource in Xamarin.Android
0 votes
Created
August 01, 2013 10:32
Hi Shane. I don't think the Solution Explorer is customisable, even from a Visual Studio extension. Either way, ReSharper doesn't provide any API to do this - all of ReSharper's notification means ...
Community
ReSharper Community
ReSharper 8 Plugin Solution Explorer Panel Project Limit
0 votes
Created
September 30, 2013 10:11
This isn't something that can be done as part of a plugin, not without replacing the whole parameter info infrastructure, which would be a lot of work.However, it would be very nice to see syntax h...
Community
ReSharper Community
Highlighting in Tooltips
0 votes
«
First
‹
Previous
Next
›
Last
»