My account: Login | Sign Up
Loading... 

ReSharper EAP | Forum profile

Forum profile page for ReSharper EAP on http://www.intellij.net. This report page is the aggregated overview from a single forum: ReSharper EAP, located on the Message Board at http://www.intellij.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "ReSharper EAP" on the Message Board at http://www.intellij.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Support Forums: Forum Home - ReSharper EAP (site profile, domain info intellij.net)
Title: ReSharper EAP
Url: http://www.intellij.net/forums/forum.jspa?forum...
Users activity: 14 post per thread
Forum activity: 0 active threads during last week
 

Posting activity on ReSharper EAP:

  Week Month 3 Months
Threads: 0 12 96
Post: 0 14 135
 

ReSharper EAP Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

No active authors during last week.

 

Latest active threads on ReSharper EAP::

Support Forums: Forum Home
Started 1 week, 5 days ago (2008-11-21 22:23:00)  by meltdown
I've just migrated our massive .NET Framework 2.0-based solution to Visual Studio 2008. We'd like to continue using 2.0 framework for a while. However, now that I've integrated ReSharper 4.1 with VS2008 I see that it is highlighting various things that arre .NET Framework 3.5-specific. Is there a way to tell ReSharper to maintain .NET 2.0 compliance for .NET 2.0 projects? I don't ...
Thread:  Show this thread (2 posts)   Thread info: Visual Studio 2008 and .NET Framework 2.0 projects Size: 584 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Visual Studio 2008 and .NET Framework 2.0 projects :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 1 week, 6 days ago (2008-11-20 03:14:00)  by Alan Fallas
Hello, I'm using ReSharper 4.1 with VB.NET code and have a problem where the following code: Dim s As String 'declare variable After reformating changes to this: Dim s As String 'declare variable I will like to keep the comments in the same line of code. The problem can be reproduced with the default profile and I tried changing some options but nothing seemed to help....
Thread:  Show this thread (1 post)   Thread info: VB.NET comments wrapping Size: 616 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "VB.NET comments wrapping :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 3 weeks, 3 days ago (2008-11-09 15:20:00)  by StarLancer
1. In Visual Studio 2008 Russian ReSharper 4.1 badly works and brakes, and cannot correctly adjust an apportion of keys. This edition is officially supported? 2. Work ReSharpera depends on localisation Visual Studio 2008?
Thread:  Show this thread (2 posts)   Thread info: Visual Studio 2008 Russian and ReSharper 4.1 = Problem Size: 313 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Visual Studio 2008 Russian and ReSharper 4.1 = Problem :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 3 months, 3 weeks ago (2008-08-11 14:03:00)  by Gabriel Lozano-...
11-08-2008 11-56-40.jpg (60.1 KB )
Thread:  Show this thread (2 posts)   Thread info: Argument type 'System.String' is not assignable to paramter type 'string' Size: 1,096 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Argument type 'System.String' is not assignable to paramter type 'string' :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 1 month, 3 weeks ago (2008-10-08 17:43:00)  by XIU
I've got some internal classes with extension methods, also using internalsvisibleto, code compiles perfectly but resharper flips on it. The suggestion says that it will add an using statement (which is already there) but when activating it it just rewrites the code to ExtensionClass.ExtensionMethod(instance, ...) instead of instance.ExtensionMethod(...) As I said, the code does ...
Thread:  Show this thread (3 posts)   Thread info: Extension Methods on internal classes Size: 680 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Extension Methods on internal classes :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 2 months, 2 weeks ago (2008-09-16 13:33:00)  by igorshin
Very often VS 2k5 hangs up when resharper switched on and solution under source control (TFS). It hangs when trying to build solution. Sometimes VS shutdown with exception. Without resharper build works fine. Without TFS connected it's fine too. :) Workaround: switch off resharper startup loading, once build solution without resharper, switch on resharper and enjoy for some time ...
Thread:  Show this thread (3 posts)   Thread info: VS 2k5 hangs up (Resharper + TFS) Size: 578 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "VS 2k5 hangs up (Resharper + TFS) :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 4 weeks, 1 day ago (2008-11-04 04:10:00)  by Steve Chadbourne
xaml_editor.jpg (61.4 KB )
Thread:  Show this thread (3 posts)   Thread info: XAML editor refresh problems Size: 1,072 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "XAML editor refresh problems :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 4 weeks ago (2008-11-05 12:11:00)  by Will Dean
I'd like to bump this one up, because I'm trying to do something very similar, and also finding it pretty much impossible for different but similar reasons. I find that every time I change from one source file to another, the global error list clears and restarts analysis. Is this normal? It seems bizarre that even when I haven't modified a file, the analysis should need to ...
Thread:  Show this thread (1 post)   Thread info: [942] Global Error analysis list dissapear after pausing Size: 672 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [942] Global Error analysis list dissapear after pausing :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 4 weeks, 1 day ago (2008-11-04 19:45:00)  by abdu
Suddenly when I do a Cleanup Code my method declarations and statements are broken into multiple lines. It seems to have happened because I had a missing closing curly brace and it formatted the first part of the class file one way and the second part the way which I don't like. I get something like below. I really do not like this style of breakup. Is there a way to fix this? Breaking...
Thread:  Show this thread (1 post)   Thread info: Cleanup Code breaking statements into multiple lines Size: 949 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Cleanup Code breaking statements into multiple lines :: ReSharper EAP :: Support Forums: Forum Home"
Support Forums: Forum Home
Started 1 month ago (2008-10-28 20:43:00)  by David Williams
I can confirm the same issue on a WinXP SP3 in VS2005. David "Albert Weinert" <taketheothermailaddress@der-albert.com> wrote in message news:ge6rk2$1ev$1 at is dot intellij dot net... Hi, since several EAPs i cant't edit templates anymore. Downgrade to the RTW Version of 4.1 does not help yet. If i try to edit a existing or a new template no keyboard input is taken ...
Thread:  Show this thread (1 post)   Thread info: [4.1] Templates editiing broken Size: 1,909 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [4.1] Templates editiing broken :: ReSharper EAP :: Support Forums: Forum Home"
 

Hot threads for last week on ReSharper EAP::

No active threads for last week.

This page was found by:   resharper 4 keygen  resharper 4.0 keygen  resharper keygen