Software features
1. The official version of ReSharper supports ASP.NET Core 1.0 and .NET Core 1.0 projects: that is to say, ReSharper can now correctly handle project references and provide its core functions (code inspection, code completion, navigation, search and refactoring) for such projects.
2. Use the Tab key for structured navigation: This is a new feature that allows you to quickly move the selected text to the previous or next code element using only Tab and Shift+Tab without using the arrow keys.
3. Go to Text positioning text navigation (Ctrl+T, T, T): quickly find and locate any text in source files and text files. This new feature uses ternary indexing to quickly find text.
4. Solution-level analysis and warnings: Helps you track all warnings within the solution, including actual editor warnings and ReSharper check results, and identifies the severity of the warnings.
Function introduction
1. Code analysis
ReSharper provides continuous code quality analysis for C#, XAML, XML, ASP.NET and ASP.NET MVC, detecting errors and issues before users even compile them. ReSharper can provide more than 900 code inspections for users' code, so users can instantly detect whether their current file or even the entire solution contains errors and failures.
2. Highlight errors and quickly correct them
ReSharper can analyze the code and highlight errors as the user types, without the user even needing to compile. It can even quickly give modification suggestions for most errors to help users solve problems quickly.
3. Advanced code assistance
ReSharper fully considers all aspects of coding to help users improve efficiency and save time. It not only extends and improves native Visual Studio features such as code compilation, but also allows users to quickly generate code by using a large number of code templates, view documentation of types and their members in the editor, perform code transformations using so-called "context actions" (context actions), and much more.
4. Numerous code refactorings
Compared with Visual Studio 2005/2008/2010, ReSharper provides richer automatic code refactoring functions. Users can use many different refactoring methods to rename, move, safely delete identifiers; import and inline fields, variables and parameters, and more
6. Navigation and search
Whenever you need to find a type, field, method, or any other identifier, ReSharper provides a variety of ways to find an identifier by name, navigate the code from the reference location to the declaration location of the identifier, and find and highlight identifier usage. ReSharper lets you see the complete type inheritance tree and file structure using a special tool window integrated into the Visual Studio user interface.
7. Integrated unit testing
ReSharper automatically detects unit tests in your code and provides complete unit testing support. You can run and debug tests from the code editor. At the same time, a dedicated unit test resource window will be provided to allow users to see the results of their unit tests and rerun unit tests.
8. ASP.NET editor
With error highlighting, quick fixes, contextual actions, code assistance, navigation, refactoring, and other features, users can now edit ASP.NET files with pleasure and efficiency. With ReSharper, you can edit and refactor C# code such as web control properties and events, data sources, and content pointers in ASP.NET without interruption.
9. NAnt and MS Build script editing
Its advanced editing capabilities were previously only available for C#, but are now extended to NAnt and MSBuild scripts. If the user has ReSharper installed, it only needs to be in Visual Studio. NET to get complete code assistance immediately.
10. VB function
ReSharper for Visual Studio 2005/2008/2010 extends its range of functions for Visual Basic code (including ASP pages written in VB). It contains all the navigation and search functions of ReSharper, as well as syntax highlighting, quick document search, etc. The biggest benefit is for .NET developers who need to develop projects that mix C# and VB.
11. XAML editing
With ReSharper, users can get additional XAML editing assistance whether they are developing in Silverlight, WPF, or Windows Phone 7, including on-the-fly code analysis, code refactoring, code generation and adjustment, and fast solution-wide navigation.




















Useful
Useful
Useful