List of ReSharper Integrations
This is a list of platforms and tools that integrate with ReSharper. This list is updated as of April 2025.
-
1
Visual Studio Code
Microsoft
Empower your coding experience with seamless integration and customization.VSCode represents a groundbreaking shift in the realm of code editing, being entirely free, open-source, and available across multiple operating systems. Beyond basic syntax highlighting and autocomplete features, it incorporates IntelliSense, which offers smart suggestions tailored to the types of variables, function definitions, and imported modules you are using. The editor also allows you to debug your code seamlessly, enabling you to either launch or connect to your running applications while utilizing breakpoints, call stacks, and an interactive console for a more thorough analysis. Integrating with Git and other source control management (SCM) systems has never been easier; you can inspect differences, stage files, and commit changes directly from the editor interface. Effortlessly pushing and pulling changes from any hosted SCM service adds to the convenience. If you're seeking more features, you can enhance your VSCode experience with extensions that bring in new programming languages, themes, debuggers, and connections to a wide array of services. These extensions function in separate processes, ensuring that they do not compromise the performance of your editor. The potential for customization through extensions is virtually limitless. Additionally, with the support of Microsoft Azure, you can effectively deploy and host diverse websites developed using frameworks like React, Angular, Vue, and Node, while having the capability to manage both relational and document-based data seamlessly, enabling effortless scalability through serverless computing options. This robust integration not only optimizes your development workflow but also significantly boosts your overall productivity, making VSCode an indispensable tool for developers. -
2
PhpStorm
JetBrains
Elevate your coding efficiency with a lightning-smart IDE.Meet the Lightning-Smart PHP IDE, PhpStorm, which possesses an in-depth understanding of your coding practices. Specifically designed for frameworks such as Symfony, Laravel, Drupal, WordPress, Zend Framework, Magento, Joomla!, CakePHP, Yii, and beyond, PhpStorm adeptly navigates the complexities of your code architecture. It supports all aspects of the PHP language, making it perfectly suited for both contemporary and older projects. With PhpStorm, you gain access to exceptional code completion, sophisticated refactorings, and proactive error detection features. Furthermore, it integrates seamlessly with modern front-end technologies like HTML 5, CSS, Sass, Less, Stylus, CoffeeScript, TypeScript, Emmet, and JavaScript, providing comprehensive refactoring, debugging, and unit testing capabilities. The Live Edit feature allows for real-time updates visible in the browser, significantly enriching your development process. In addition, you can perform various routine tasks directly within the IDE due to its compatibility with Version Control Systems, support for remote deployments, databases/SQL, command-line utilities, Docker, Composer, REST Client, and a wide range of other vital tools, effectively enhancing your workflow. Ultimately, PhpStorm equips developers to operate more productively and adeptly across diverse platforms and technologies, ensuring a smoother coding experience. With its robust features and integrations, PhpStorm stands out as an invaluable asset for any developer seeking to elevate their coding efficiency. -
3
Rider
JetBrains
Empower your .NET development with a versatile IDE.JetBrains Rider serves as a powerful and versatile cross-platform IDE tailored for .NET development, enabling the creation of applications across .NET, ASP.NET, .NET Core, Xamarin, and Unity on Windows, Mac, and Linux platforms. It is developed on the IntelliJ framework and is enriched by ReSharper's features, ensuring compatibility with .NET Framework, cross-platform .NET Core, and Mono projects. This adaptability allows developers to construct an extensive range of applications, including desktop applications, web services, mobile apps, and Unity games. With over 2200 live code inspections, Rider provides a wealth of context actions and refactorings, effectively merging ReSharper's strengths with the robust functionalities of the IntelliJ ecosystem. The IDE emphasizes performance and user responsiveness, which contributes to an efficient development workflow. Furthermore, Rider supports debugging and running applications across different runtimes while functioning seamlessly on various operating systems. In addition, it includes more than 60 refactorings borrowed from ReSharper and presents a diverse array of over 450 context actions, significantly boosting overall productivity for developers engaged in .NET projects. This combination of features not only streamlines coding processes but also fosters a more enjoyable programming environment. -
4
Typemock
Typemock
Empower your development: streamline testing, enhance code quality.Simplifying unit testing allows you to create tests without altering your current codebase, which includes older systems. This functionality extends to static methods, private methods, non-virtual methods, out parameters, as well as class members and fields. For developers around the world, our professional edition is accessible at no charge and comes with options for additional paid support. By improving your code's integrity, you can reliably generate high-quality software. With a single command, you can build complete object models, which empowers you to mock static methods, private methods, constructors, events, LINQ queries, reference arguments, and other elements, whether they are currently in use or planned for the future. The automated test suggestion feature provides tailored recommendations for your specific code, while our smart test runner focuses on executing only the tests that have been affected, allowing for swift feedback. Furthermore, our coverage tool lets you monitor your code coverage right within your development environment, which helps you stay updated on your testing efforts. This all-encompassing strategy not only conserves time but also greatly improves the overall trustworthiness of your software, ensuring that it meets user expectations consistently. By focusing on these elements, you can foster a development environment that prioritizes quality and efficiency. -
5
ASP.NET
Microsoft
Empower your web development with C# and security.Blazor serves as a component of ASP.NET that facilitates the development of interactive web user interfaces utilizing C# instead of JavaScript. This innovative technology empowers .NET to execute directly in the browser through WebAssembly. The .NET framework consists of an extensive array of tools, programming languages, and libraries tailored for the creation of diverse applications. In addition, ASP.NET complies with established authentication standards, providing strong security features. It is equipped with integrated protections against vulnerabilities like cross-site scripting (XSS) and cross-site request forgery (CSRF), ensuring the safety of applications. Moreover, ASP.NET features a default user database that accommodates multi-factor authentication and supports external sign-in options from services such as Google and Twitter, further enhancing both security and user experience. By combining the strengths of ASP.NET and Blazor, developers are afforded a robust and flexible framework capable of addressing the demands of contemporary web application development. This combination not only streamlines the development process but also empowers developers to create more responsive and user-friendly applications. -
6
CSS
CSS
Elevate your web design with cleaner, error-free markup.Cascading Style Sheets, or CSS, act as a style sheet language that web developers utilize to arrange the layout of HTML and other elements on a website. Renowned for its widespread use, CSS is one of the most commonly employed languages throughout the Internet. For style sheets to perform optimally, it is essential that your markup is devoid of errors. To easily correct markup issues, employing a utility such as HTML Tidy can prove advantageous. This tool not only tidies up the markup but also improves its clarity and makes it easier to modify. I strongly recommend using Tidy regularly on any markup you handle, as it is particularly effective in refining content produced by authoring tools that may have inconsistent formatting practices. Each style property begins with the property name, followed by a colon, and concludes with the specific value assigned to that property. When you have multiple style properties, it is important to separate each with a semicolon to ensure clear differentiation. In summary, embracing best practices with tools like Tidy can greatly enhance web development efficiency and elevate the quality of your code. Additionally, adopting such practices will ultimately contribute to a more maintainable and scalable web project in the long run. -
7
TypeScript
TypeScript
Transform your coding experience with enhanced error detection.TypeScript enhances JavaScript with improved syntax, creating a smoother integration with development environments, which helps in identifying errors early on within the editor. The TypeScript code is compiled into JavaScript, making it compatible with a wide range of platforms such as web browsers, Node.js, Deno, and mobile apps. Its understanding of JavaScript allows TypeScript to utilize type inference, providing robust tooling while reducing the need for extensive additional code. According to the 2020 State of JS survey, 78% of participants indicated they use TypeScript, and an impressive 93% of those surveyed plan to keep using it. The most common errors developers face are often type errors, where an unexpected type of value is encountered within a specific context. These mistakes can arise from simple errors such as typos, misinterpretations of a library’s API, incorrect assumptions about how code executes at runtime, or various other oversights. Consequently, adopting TypeScript can greatly improve both code quality and developer productivity by mitigating these frequent issues, ultimately leading to a more efficient coding experience. Additionally, its structured approach encourages best practices and fosters a more disciplined development environment. -
8
XAML
Microsoft
Simplify UI creation while enhancing collaboration and maintainability.XAML acts as a declarative markup language that simplifies the creation of user interfaces for applications built on the .NET Core programming framework. By enabling developers to articulate visible UI elements through XAML's declarative syntax, this method effectively distinguishes the user interface design from the backend logic, which can be handled in related code-behind files that are connected via partial class definitions. Unlike many traditional markup languages that do not have a direct association with a type system, XAML allows for the immediate creation of objects based on specific types defined within assemblies. This distinctive feature encourages a collaborative environment where different teams can work on the user interface and application logic concurrently, often using a variety of development tools. XAML files are structured as XML documents, usually carrying a .xaml file extension, and while they can be saved using different XML encodings, UTF-8 is the most widely adopted standard. Furthermore, the organized format of XAML enhances clarity and maintainability in UI design, establishing it as a vital asset in contemporary application development. As such, its integration into the development process not only streamlines workflows but also supports better team collaboration. -
9
xUnit.net
xUnit.net
Empowering .NET developers with modern, community-driven testing solutions.xUnit.net is an open-source unit testing framework that is driven by the community and tailored for the .NET Framework, offered free of charge. Originating from the creator of NUnit v2, it embodies a modern approach to unit testing for various languages, including C#, F#, and VB.NET. Furthermore, xUnit.net offers smooth integration with popular tools such as ReSharper, CodeRush, TestDriven.NET, and Xamarin, enhancing the developer experience. Being a part of the .NET Foundation, it upholds their code of conduct, fostering a collaborative and respectful atmosphere among developers. This commitment to community values makes xUnit.net a standout option for contemporary software development practices within the .NET ecosystem. Moreover, its versatility and extensive support enable developers to maintain high testing standards across diverse projects. -
10
Avalonia UI
Avalonia UI
Cross-platform development simplified: write once, run anywhere.Avalonia UI enables developers to build cross-platform applications with .NET, embodying the principle of write once, run anywhere. This approach not only saves time but also allows you to focus on enhancing your product. Regarded as a spiritual successor to WPF, Avalonia UI provides a developer experience that capitalizes on years of accumulated knowledge and investment. JetBrains recognized Avalonia UI as the top framework for modernizing their tools originally based on WPF. Currently, it serves over 170,000 companies, including 431 listed in the Fortune 500. As the popularity of Avalonia UI continues to rise, we have witnessed remarkable expansion in our developer community. By joining us, you can become an integral part of this dynamic and supportive network of developers. Engaging with others in the community can lead to valuable insights and collaborative opportunities. -
11
dotTrace
JetBrains
Unlock peak performance with intuitive, real-time profiling tools.dotTrace is a powerful performance profiling tool tailored for .NET applications, seamlessly integrating with both Visual Studio and JetBrains Rider to pinpoint and analyze performance issues. Its adaptability allows it to support a wide array of .NET applications, including desktop software, .NET Core, ASP.NET on IIS and IIS Express, Mono, Unity projects, WCF services, Windows services, Universal Windows Platform apps, and unit tests. Unlike conventional performance profiling methods that mainly assess method call execution times, timeline profiling provides a deeper understanding of the timing and order of calls. This capability is especially beneficial for diagnosing performance problems where the order of events is crucial, such as UI delays, high garbage collection frequency, imbalanced workloads, and slow file input/output processes. Through dotTrace, users can interact with and examine profiling data using various features like filters, call trees, and visual representations, significantly improving their ability to identify and rectify performance concerns. Additionally, its user-friendly interface empowers developers to swiftly adjust their approaches based on real-time data, ensuring optimal application performance. Ultimately, dotTrace not only enhances the efficiency of applications but also contributes to a more seamless development process. -
12
Visual Studio
Microsoft
Empower your coding journey with seamless collaboration and efficiency.Discover an all-encompassing integrated development environment (IDE) crafted for coding, debugging, testing, and deploying applications on multiple platforms. Boost your coding efficiency and speed as you contribute to the future with a premium development setup. Leverage a comprehensive array of tools that assist you from the very first design concept to the ultimate product launch. Take advantage of advanced IntelliSense features tailored for C++ files and enjoy local development with a variety of widely-used emulators. Easily access testing capabilities through the Solution Explorer, while managing your Git repositories seamlessly within the IDE’s interface. Furthermore, Kubernetes support has been incorporated into the Microsoft Azure workload, enhancing flexibility in your projects. No matter the type of application you're developing, the programming language in use, or the operating system at hand, Live Share empowers you to collaborate effortlessly with team members straight from your development environment. Share your project in an instant, eliminating the need to clone repositories or adjust settings, thus simplifying teamwork and collaboration to an unprecedented degree. This seamless integration allows you to concentrate on what truly counts: crafting outstanding software that meets your users' needs. By facilitating a more cohesive workflow, the IDE not only enhances productivity but also fosters a culture of collaboration among developers. -
13
dotCover
JetBrains
Empower your .NET testing with seamless coverage and integration.dotCover serves as a robust tool for code coverage and unit testing tailored specifically for the .NET ecosystem, providing seamless integration within Visual Studio and JetBrains Rider. It empowers developers to evaluate the scope of their unit test coverage while presenting user-friendly visualization options and compatibility with Continuous Integration frameworks. The tool proficiently computes and reports statement-level code coverage across multiple platforms, including .NET Framework, .NET Core, and Mono for Unity. Operating as a plug-in for well-known IDEs, dotCover allows users to analyze and visualize coverage metrics right in their development setting, making it easier to run unit tests and review coverage results without shifting focus. Furthermore, it features customizable color schemes, new icons, and an enhanced menu interface to improve user experience. In conjunction with a unit test runner that is shared with ReSharper, another offering from JetBrains aimed at .NET developers, dotCover significantly enriches the testing workflow. It also incorporates continuous testing capabilities, enabling it to swiftly identify which unit tests are affected by any code changes in real-time, thereby ensuring that developers uphold high standards of code quality throughout the entire development lifecycle. Ultimately, dotCover not only streamlines the testing process but also fosters a more efficient development environment that encourages thorough testing practices. -
14
JetBrains Projector
JetBrains
Revolutionize coding: access powerful IDEs from anywhere.Accessing JetBrains IDEs and Swing applications through a network is made possible by utilizing Swing, a graphical widget toolkit for Java, which powers current JetBrains IDEs and other IntelliJ-based applications, including Android Studio. Projector stands out as a groundbreaking self-hosted solution that allows IntelliJ-based IDEs and Swing applications to run on a server, providing users the capability to connect from anywhere via web browsers or specific applications. For example, the IntelliJ IDEA Community Edition can be executed in the Safari browser on macOS, enabling code execution closer to the runtime or database, which effectively reduces latency. This arrangement is particularly advantageous in high-security settings and corporate environments, where thin clients and affordable hardware, such as Android tablets, can be utilized. Users can conveniently power down their local machines while their applications continue to run on the server, thus optimizing resource usage. Additionally, it permits the execution of the IDE in a GNU/Linux environment on Windows systems or even on more unusual operating systems like ChromeOS. By making use of VM or Docker images that come preloaded with debug sources and a configured IDE, developers can achieve seamless remote debugging from the server side, catering to both development testing and production needs. This flexibility significantly boosts productivity, streamlining workflows, and making it an essential asset for contemporary software development. Furthermore, the ease of access to powerful development tools from virtually any device expands opportunities for collaboration and innovation in programming projects. -
15
.NET
Microsoft
Build cross-platform applications effortlessly with community-driven innovation.There are no associated costs, and it functions seamlessly across various platforms. As an open-source solution, it provides a robust development environment for application creation. You can build native applications for Android, iOS, macOS, and Windows all from a single codebase. Developers have the flexibility to write .NET applications using C#, F#, or Visual Basic. Your skills, coding methodologies, and preferred libraries can be utilized in all .NET environments. For those interested in exploring the features of .NET further, there are free video resources available. The open-source aspect of .NET is significantly bolstered by community contributions, which we truly value. This collaborative approach not only promotes innovation but also encourages ongoing enhancements to the platform. Ultimately, the shared effort of many developers leads to a richer and more effective ecosystem for everyone involved. -
16
C#
Microsoft
Empowering developers with modern, secure, and efficient applications.C#, commonly known as "C Sharp," stands out as a modern programming language defined by its object-oriented and type-safe characteristics. It empowers developers to craft a diverse range of secure and efficient applications that function seamlessly within the .NET framework. Rooted in the C language family, those who are adept in C, C++, Java, and JavaScript are likely to find C# straightforward and approachable. This guide presents a detailed exploration of the fundamental aspects of C# up to version 8. As a language built on object-oriented and component-oriented principles, C# incorporates constructs designed to facilitate the creation and use of software components. Throughout its evolution, C# has integrated features that address emerging workloads and innovative software design strategies. At its core, C# embodies the principles of object orientation, allowing developers to define types and their related behaviors while nurturing a robust environment for application development. Furthermore, the language continuously evolves to remain pertinent in the dynamic realm of technology, adapting to meet the needs of modern developers. Ultimately, C# stands as a testament to the ongoing innovation in programming languages and their pivotal role in software engineering. -
17
XML
World Wide Web Consortium (W3C)
Unlock the power of flexible data exchange with XML.Extensible Markup Language (XML) is a flexible and easy-to-understand text format that originated from SGML (ISO 8879). Originally developed to meet the needs of large-scale electronic publishing, XML has expanded to become essential for the exchange of various data types on the Web and in multiple other scenarios. This webpage provides insights into the ongoing initiatives at W3C within the XML Activity while also presenting a summary of its organizational framework. The efforts at W3C are compartmentalized into Working Groups, which are listed below along with links to their individual pages. If you are looking for formal technical specifications, they are available for access and download here, as they are publicly distributed. However, this is not the ideal location for finding tutorials, products, courses, books, or other resources related to XML. There are additional links provided below that may guide you to such educational materials. Furthermore, on each Working Group's page, you will find links to W3C Recommendations, Proposed Recommendations, Working Drafts, conformance test suites, and a variety of other documents, making it a thorough resource for anyone with an interest in XML. In addition, the structured nature of XML allows it to be easily adaptable for various applications beyond just Web data transmission. -
18
HostAccess
Perforce
Seamless connections and powerful tools for Windows users.HostAccess serves as a terminal emulator software for PC users, specifically designed for those running Microsoft Windows. It equips users with a variety of terminal emulator functionalities, enabling secure connections to platforms like Linux, Unix, and IBM systems. The primary goal of HostAccess is to facilitate connections to PICK (multivalue) databases, which include systems such as UniVerse, UniData, D3, and ONware, allowing users to leverage their custom applications developed in PICK Basic. These applications not only provide APIs for seamless data exchange but also come with robust graphical user interface features. Users can efficiently generate reports and integrate their data within Windows-based applications. Moreover, HostAccess enables connections to multiple systems from a unified interface. With all necessary terminal emulator capabilities consolidated on a single page, HostAccess stands out as a comprehensive solution, catering to varying needs such as asynchronous and synchronous connections, server-side administration, support for multiple concurrent users, and access to several sessions simultaneously. Thus, if you require a versatile terminal emulator, HostAccess is an excellent choice for enhancing your productivity. -
19
JavaScript
JavaScript
Master string handling to elevate your web development skills!JavaScript functions as both a scripting and programming language that is widely utilized on the internet, enabling developers to build interactive and dynamic features for websites. An impressive 97% of all websites around the world rely on client-side JavaScript, highlighting its crucial role in web development. As one of the leading scripting languages available today, JavaScript has become indispensable for creating captivating online user experiences. Strings in JavaScript can be represented using either single quotes '' or double quotes "", and it is essential to be consistent with the chosen style throughout your code. For instance, if you initiate a string with a single quote, you must also terminate it with a single quote. Each type of quotation mark comes with its own set of benefits and drawbacks; for example, using single quotes can make it easier to incorporate HTML within your JavaScript code, as it removes the need to escape double quotes. This is particularly important when you need to include quotation marks within a string, which often necessitates using opposite styles for clarity and correctness. Furthermore, mastering the management of strings in JavaScript is crucial for developers aiming to elevate their programming abilities and create more sophisticated applications. In conclusion, a solid grasp of string handling will not only improve your coding efficiency but also enhance the overall quality of your web projects. -
20
HTML
HTML
Empower your web presence with the foundation of innovation.HTML, an acronym for HyperText Markup Language, is the fundamental markup language that underpins every website on the internet. This essential coding language plays a critical role in structuring and organizing various elements within web pages and sites. The most recent version, HTML5, is tailored for the effective arrangement and display of content on the World Wide Web, marking the fifth and final major release recognized by the World Wide Web Consortium (W3C). Currently, the specification is known as the HTML Living Standard and is consistently updated by the Web Hypertext Application Technology Working Group (WHATWG), which includes prominent browser developers such as Apple, Google, Mozilla, and Microsoft. HTML5 incorporates extensive processing models to enhance compatibility across different implementations; it improves existing markup options while also introducing novel markup and application programming interfaces (APIs) that are advantageous for complex web applications. As a result of these innovations, HTML5 is increasingly regarded as a viable platform for developing cross-platform mobile applications, emphasizing its adaptability and significance in contemporary web development. The continuous advancement of HTML5 not only mirrors the evolving needs of digital content creators but also addresses the expectations of users seeking improved interactive experiences online. This ongoing refinement of the language underscores its pivotal role in shaping the future of web technologies.
- Previous
- You're on page 1
- Next