Hungry Mind , Blog about everything in IT - C#, Java, C++, .NET, Windows, WinAPI, ...

Показаны сообщения с ярлыком ReSharper. Показать все сообщения
Показаны сообщения с ярлыком ReSharper. Показать все сообщения

ReSharper 4.0 Beta is available!

JetBrains heralds a happy release of ReSharper 4.0 Beta, a state-of-the-art productivity tool for .NET developers! ReSharper 4.0 introduces a substantial pack of new features and improvements, of which the following are presumably the most delicious:

  • Comprehensive support for Visual Studio 2008 and C# 3.0, including LINQ, implicitly typed locals and arrays, extension methods, automatic properties, lambda expressions, object & collection initializers, anonymous types, expression trees, and partial methods.
  • Solution-wide analysis, a feature that looks for erroneous C# code in your whole solution on-the-fly, without compiling it first.
  • .NET Framework classes annotated with custom attributes to make ReSharper analyze your code even better than before - for instance, to let it know where format strings should be passed or where null values can or can not be assigned.
  • Code Cleanup - a powerful successor to Reformat Code. By simply running Code Cleanup, you can instantly apply a dozen of actions, including arranging 'this' qualifiers, removing code redundaicies, migrating to auto-properties, optimizing using directives, and many more.
  • All ReSharper's refactorings now support C# 3.0. New members of the refactoring family are available, including a pack of C# 3.0-specific refactorings.
  • Multiple new productivity features. This is to mention just a few:
    • Complete Statement. This is a new feature that inserts necessary syntax elements (braces, semicolons etc.) and gets you to the position to start the next statement.
    • CamelHumps in Code Completion. In ReSharper 4.0, all three completion features - Symbol Completion, Smart Completion, and Import Symbol Completion - let you complete any symbol by entering only its uppercase characters.
    • Live Templates Editor is a redesigned set of tools to view, manage, and edit ReSharper's three types of templates. From now on, you can manage and classify your templates in a special-purpose dialog box, and edit them right in a Visual Studio code pane.
    • Recent Edits - a drop-down list similar to existing Go To features that shows files and symbols that you recently modified.
  • Smoother interaction with Visual Studio ecosystem. The quality of interaction with frameworks, add-ins, version control clients and other members of the Visual Studio ecosystem is brought to a new level. The list includes .NET Compact Framework, BizTalk, and Silverlight.
  • ASP.NET Speedup. ReSharper 4.0 significantly speeds up analysis of ASP.NET pages, to enable more web developers benefit from the great toolset that ReSharper provides.

As before, ReSharper comes in three editions: Full, C# and VB.NET, which are called on to bring every customer precisely what they need - and enjoy the savings.

Download the beta version of ReSharper 4.0 to test the power of new capabilities and help us put the finishing touch on the product. Whatever edition you want, whatever version of Visual Studio you use, there's a single download file for all.

Develop with pleasure! The JetBrains Team

ReSharper 2 cool color scheme

Помню, долго искал прикольные цветовые схемы C# для ReSharper под Visual Studio, да и для разных IDE вообще. Не нашел ничего интересного, точней вообще ничего не нашел... Вот моя цветовая схема для ReSharper 2+ ReSharper_COLORS_VS2005_CURRENTUSER.reg. ReSharper Visual Studio C# colors
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\FontAndColors\{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}]
"Colorable item format version"=dword:00000008
"Line Numbers Foreground"=dword:00ff0000
"Line Numbers Background"=dword:02000000
"Line Numbers FontFlags"=dword:80000000
"Comment Foreground"=dword:008ba77c
"Comment Background"=dword:02000000
"Comment FontFlags"=dword:00000000
"Identifier Foreground"=dword:00e22b8a
"Identifier Background"=dword:02000000
"Identifier FontFlags"=dword:00000000
"Number Foreground"=dword:000431e3
"Number Background"=dword:02000000
"Number FontFlags"=dword:00000000
"Operator Foreground"=dword:00400080
"Operator Background"=dword:02000000
"Operator FontFlags"=dword:00000000
"Preprocessor Keyword Foreground"=dword:000045ff
"Preprocessor Keyword Background"=dword:02000000
"Preprocessor Keyword FontFlags"=dword:00000000
"ReSharper C# 'base' and 'this' Keywords Foreground"=dword:00ff0000
"ReSharper C# 'base' and 'this' Keywords Background"=dword:02000000
"ReSharper C# 'base' and 'this' Keywords FontFlags"=dword:00000001
"ReSharper Completion Replacement Range Foreground"=dword:01000000
"ReSharper Completion Replacement Range Background"=dword:00e1e4ff
"ReSharper Completion Replacement Range FontFlags"=dword:00000000
"ReSharper Current Line Foreground"=dword:02000000
"ReSharper Current Line Background"=dword:000febf0
"ReSharper Current Line FontFlags"=dword:00000000
"ReSharper Dead Code Foreground"=dword:00fae6e6
"ReSharper Dead Code Background"=dword:00000000
"ReSharper Dead Code FontFlags"=dword:00000000
"ReSharper Field Identifier Foreground"=dword:00aab220
"ReSharper Field Identifier Background"=dword:02000000
"ReSharper Field Identifier FontFlags"=dword:00000000
"ReSharper Hides Foreground"=dword:00b6216e
"ReSharper Hides Background"=dword:02000000
"ReSharper Hides FontFlags"=dword:00000000
"ReSharper Implements Foreground"=dword:00ff901e
"ReSharper Implements Background"=dword:02000000
"ReSharper Implements FontFlags"=dword:00000000
"ReSharper Implements And Hides Foreground"=dword:00ee687b
"ReSharper Implements And Hides Background"=dword:02000000
"ReSharper Implements And Hides FontFlags"=dword:00000000
"ReSharper Implements And Overrides Foreground"=dword:00cd0000
"ReSharper Implements And Overrides Background"=dword:02000000
"ReSharper Implements And Overrides FontFlags"=dword:00000000
"ReSharper Local Variable Identifier Foreground"=dword:00998877
"ReSharper Local Variable Identifier Background"=dword:02000000
"ReSharper Local Variable Identifier FontFlags"=dword:00000000
"ReSharper Matched Brace Foreground"=dword:01000000
"ReSharper Matched Brace Background"=dword:00ffff00
"ReSharper Matched Brace FontFlags"=dword:00000000
"ReSharper Method Identifier Foreground"=dword:003c14dc
"ReSharper Method Identifier Background"=dword:02000000
"ReSharper Method Identifier FontFlags"=dword:00000000
"ReSharper Namespace Identifier Foreground"=dword:00800000
"ReSharper Namespace Identifier Background"=dword:02000000
"ReSharper Namespace Identifier FontFlags"=dword:00000001
"ReSharper Operator Identifier Foreground"=dword:002925e2
"ReSharper Operator Identifier Background"=dword:02000000
"ReSharper Operator Identifier FontFlags"=dword:00000001
"ReSharper Overrides Foreground"=dword:003715bf
"ReSharper Overrides Background"=dword:02000000
"ReSharper Overrides FontFlags"=dword:00000000
"ReSharper Parameter Identifier Foreground"=dword:0013458b
"ReSharper Parameter Identifier Background"=dword:02000000
"ReSharper Parameter Identifier FontFlags"=dword:00000000
"ReSharper Read Usage Foreground"=dword:01000000
"ReSharper Read Usage Background"=dword:00face87
"ReSharper Read Usage FontFlags"=dword:00000000
"ReSharper Recursion Foreground"=dword:000000ff
"ReSharper Recursion Background"=dword:00000000
"ReSharper Recursion FontFlags"=dword:00000000
"ReSharper Type Identifier Foreground"=dword:00e22b8a
"ReSharper Type Identifier Background"=dword:02000000
"ReSharper Type Identifier FontFlags"=dword:00000000
"ReSharper Write Usage Foreground"=dword:01000000
"ReSharper Write Usage Background"=dword:00c1b6ff
"ReSharper Write Usage FontFlags"=dword:00000000
"String Foreground"=dword:00ff00ff
"String Background"=dword:02000000
"String FontFlags"=dword:00000000
"String (C# @ Verbatim) Foreground"=dword:00facf05
"String (C# @ Verbatim) Background"=dword:02000000
"String (C# @ Verbatim) FontFlags"=dword:00000000
Copyright 2007-2011 Chabster