RGreatEx is the most powerful localizer and coding helper for Visual Studio. Once installed, it lets you localize .NET applications and produce safer code, saving up to 95% of time the developer usually spends on doing the same by hand. Empower yourself with time-saving refactorings, such as Move to resource and Rename resource. Boost your productivity - with RGreatEx it’s so easy! The plug-in will automatically analyze string and resource usage and suggest moving strings to resources. Take your coding experience to the next level with many new context actions for quick string manipulation. Produce safer resx code. Localization and coding in Visual Studio have never been so enjoyable before!
Below is a short overview of some of the most exciting benefits and features of the plug-in. For a more detailed list of features, see Feature Overview.
RGreatEx supports the most popular languages, such as C#, VB.NET and ASP.NET.
Localize your .NET application and produce safer code without any hassles. There is no need for you to learn anything new. Basically, what you get in RGreatEx are automated recommendations from Microsoft on localization of .NET applications. The best way to feel the power and ease of RGreatEx is to try its 14-day trial version.
Save 95% of time on adding localization support to your application. Extract hard-coded strings to resources with RGreatEx and localize a software project in hours, rather than days or even weeks you may spend on rewriting the entire code of the application. Using RGreatEx, you are able to automate cumbersome and slow operations and localize your project at any stage during its development and even after its completion.
Simply select a string and choose Move string to resource from the quick fixes, choose a resource file where you want to extract and refactoring parameters. Then you copy your resource file to a resource file for localization – for instance if you have Resources.resx you need to make a copy with the name – Resources.xx-xx.resx (where xx-xx – is your specific culture). And then translate parameters in Resources.xx-xx.resx to the needed ones by using the Translate resource quick fix.
The Move string to resource action can be configured to generate resource keys automatically according to your convention. Similarly, the plug-in can be configured to ignore a specific string. You can learn more about it in How to Ignore Specified Strings.
Improve your coding experience with more productivity refactorings and context actions. RGreatEx lets you select strings from a file, folder, or a project, choose a resource file and keys for the selected strings and move them to resources – all in one go! Other handy options include another refactoring method - Rename resource for quick renaming of resource keys, a rich set of context actions and highlighting options for quick string manipulation, plus Go to resource entry option for quick navigation from code to the resource value.
.NET Code Inspector is an innovative plug-in for JetBrain ReSharper. It enhances the Visual Studio editor with a new feature – automated code inspection. Now, you can reduce the hours and even days of manual code review to a one-minute affair. Simply select the part of code you want to check and run the inspection. The rest is done automatically by .NET Code Inspector. In less than a minute, you’ll see the list of all detected errors. More than that, you’ll be offered warnings, suggestions, and hints on how to make the source code safer. Having all this at hand, you can easily improve the quality of code in a few hours or even sooner!
Below is a short overview of some of the most exciting benefits and features of the plug-in.
.NET Code Inspector supports the most popular languages, such as C#, VB.NET and ASP.NET.
The best way to feel the power and ease of .NET Code Inspector is to try its 14-day trial version. You’ll be amazed at how simple code inspection will be. There’s no need for you to read the user manual – just install the plug-in and it’ll get you on the way to super code without learning hassles. Download a trial version now!
.NET Code Inspector makes code review as easy as it gets. To begin, select the part of code to be inspected and choose “Run Code Inspection” from the popup context menu in the Solution Explorer. This begins the inspection, which is done in the completely automated mode, relying on the powerful artificial intelligence of the plug-in. NET Code Inspector finishes the analysis quickly and shows all found errors, as well as warnings, suggestions and hints that the developer can use to improve the quality of the source code.
For better viewing, the results can be grouped by different criteria - severity, inspection kind, type, type and member and others. If you, for example, choose the inspection kind criteria, you’ll see the following groups: code redundancies, code structure analysis, potential errors, bad practices,etc.