- ReSharper Essentials
- ?ukasz G?sior
- 300字
- 2021-07-19 18:20:03
Integration with Visual Studio
ReSharper is visible almost everywhere in Visual Studio. Sometimes, it is difficult to recognize if some option has come from Visual Studio or from ReSharper.
ReSharper extends Visual Studio in the following places:
- Shortcuts: Almost every ReSharper feature is accessible via a shortcut.
- Custom windows: ReSharper provides custom windows with more advanced features such as Unit Test Runner and Assembly Explorer. You can access these windows by navigating to the RESHARPER | Windows option from the Visual Studio toolbar.
- IntelliSense: ReSharper extends or replaces standard IntelliSense available in Visual Studio by providing more useful hints.
- Code editor extensions: In a visual way (for example, by icons), this shows you the available ReSharper options or marks the code on which you can run some ReSharper options.
As extending the code editor is the most commonly visible ReSharper feature, we will discuss it in more detail.
The following screenshot presents Visual Studio with some ReSharper extensions:

The most used features are accessible via context actions (numbered 1 in the preceding screenshot). Context actions are accessible by clicking on an icon or with the Alt + Enter shortcut. Context actions contain features related to code refactoring, code generation, navigation, and more. Quick fixes can be displayed along with context actions.
One of the most important ReSharper features is continuous code quality analysis. ReSharper highlights detected errors and warnings in the marker bar (numbered 2 in the preceding screenshot). The status indicator (numbered 3 in the preceding screenshot) is displayed on the top of the Marker Bar, which contains the summary of the found errors and warnings.
- Learning Java Functional Programming
- WildFly:New Features
- 造個小程序:與微信一起干件正經事兒
- Offer來了:Java面試核心知識點精講(原理篇)
- Magento 1.8 Development Cookbook
- Hands-On Neural Network Programming with C#
- Django實戰:Python Web典型模塊與項目開發
- Windows Phone 8 Game Development
- Modernizing Legacy Applications in PHP
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- 大話代碼架構:項目實戰版
- R語言:邁向大數據之路
- PHP從入門到精通(第7版)
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)
- HTML5+jQuery Mobile移動應用開發