在我的VS 2003 Plugin中,唯一还在正常使用的就是ReSharper 1.5了。他的代码提示、实时错误提示、自动更正、重构等功能对开发还是有一些帮助的。只是ReSharper 1.5只支持VS 2003,在2005上就不能使用了。近日发现了jetbrains的ReSharper 2.0的计划,除了支持2005之外还增加了不少新功能并且对Refactor下了不少功夫。
其中有些功能是whidbey本身就有的功能,如Refactor等。
ReSharper 2.0 Plan
General
Support of Visual Studio 2005 and Visual Studio 2003
Support of C# 2.0 (under Visual Studio 2005 only)
Support of VB.NET (refactorings, usage search, navigation, code formatter)
Support of ASP.NET (almost all features implemented for C# and VB.NET for code inside ASP pages)
Cross-language refactoring
Open API (plug-ins support)
No modal progress on startup (loading in background)
Install shortcuts in localized versions of VS
New preprocessor directives handling
(no errors caused by use of preprocessor directives anymore!)
Refactoring
Reworked UI with preview of changes, problems resolving etc
Pull Up Member refactoring
Push Down Member refactoring
Make Method Static refactoring
Make Method Non-Static refactoring
Safe Delete refactoring
Inline Method refactoring
Use Base Type where Possible refactoring
Move Static Members refactoring
Move Inner Type to Outer Scope refactoring
Replace Constructor with Factory Method refactoring
Rename/move: process string literals and comments
Move type: support for multiple types
Change Signature: support for intellisense
and highlighting inside table fields
On-the-fly Code Highlighting
Highlighting of all syntax errors
Highlighting of redundant down-casts
(now only redundant up-casts are detected)
Warn about potentially unhandled exceptions
(using doc-comments)
Optionally check for naming conventions violations
Highlighting of invalid format strings
Lot of new quickfixes
Live Templates
Support for templates sharing, import/export, etc
"Create file from Live Template" feature
"Create template from selection" feature
Code Formatter
Line wrapping
Code style settings: support for sharing, import/export and multiple schemes)
Other
"Go to Symbol" feature
(the same as Ctrl+N and Ctrl+Shift+N
but navigates to all types and members)
Auto-popup code completion on typing (as in VS2005)
Code completion for preprocessor directives
Code completion in namespace declarations
Generate Equals() & HashCode()
Implement Members: optionally g
enerate fields for implemented properties
Make stubs that are generated for
method bodies customizable Action to
implement given abstract member in one of implementors
Type Hierarchy
File structure view with regions, drag&drop etc
"Complete Statement" feature
打印 | 张贴于 2005-07-19 10:29:00 | Tag:DOTNET
留言反馈
我的现在用不了了,有谁知道给我发一份吧
wyicandy@126.com Thx ^^