جتبرینز ری شرپر آلتیمیت / JetBrains ReSharper Ultimate 2017.1.2

JetBrains ReSharper Ultimate 2017.1.2
جتبرینز ری شرپر آلتیمیت

  • کاربرد : پلاگین سرعت بخشیدن به کدنویسی در ویژوال استودیو
  • نسخه :Version 2017.1.2
  • نوع فایل : نرم افزار
  • زبان : انگلیسی
  • سیستم عامل : windows 32Bit & 64Bit
  • تولید کننده : JetBrains
  • سال تولید : 2017

توضیحات

JetBrains ReSharper یکی از جامع ترین افزونه های ویژوال استودیو است که به کدنویسی در این محیط سرعت می بخشد. این افزونه به برنامه نویسان کمک می کند تا زمان کمتری را صرف تعریف اسکریپت ها، توابع و کدنویسی های تکراری کنند. یکی دیگر از قابلیت های این ابزار امکان تجزیه و تحلیل کیفیت کد ها، تشخیص اشتباهات و همچنین ارائه راه حل های ممکن است. این افزونه از زبان های برنامه نویسی C#, VB.NET, XAML, JavaScript, TypeScript, XML, HTML, CSS, ASP.NET, ASP.NET MVC, NAnt و MSBuild پشتیبانی می کند. با امکاناتی که افزونه ی قدرتمند ReSharper به محیط برنامه نویسی ویژوال استودیو اضافه می کند، برنامه نویسان می توانند کدنویسی حرفه ای تر با صرف حداقل میزان زمان و هزینه داشته باشند.

قابلیت های کلیدی نرم افزار JetBrains ReSharper:
- تجزیه و تحلیل کدها
- هشدار در مورد ناکارآمدی برنامه نویسی
- ارائه ی راه حل برای رفع سریع مشکلات برنامه نیسی تشخیص داده شده
- تکمیل کد های تکراری
- درج خودکار علائم کد ها
- آسان نمودن جستجو و ناوبری بین کد ها و بخش های برنامه نوشته شده در ویژوال استودیو
- نمایش ساختار فایل
- ناوبری بین ویرایش های اخیر
- بهینه سازی namespace
- فرمت دهی/قالب بندی کد ها
- داراری قالب های کد: Live templates, Surround templates و File templates
- تست واحد (Unit Testing)
- و ...

Description

ReSharper makes Microsoft Visual Studio a much better IDE. ReSharper is a comprehensive Visual Studio extension that provides support for the usage of multiple programming languages, cross-language functionality and refactoring existing scripts.
The supported scripting languages include C#, VB.NET, XAML, JavaScript, TypeScript, XML, HTML, CSS, ASP.NET, ASP.NET MVC, NAnt and MSBuild.
The add-in enables you to reduce the time spent defining scripts, functions and repetitive segments of code.
The extension features code quality analysis for all the supported languages, which results in instantly indicating errors and offering possible solutions.
You can analyze the project dependencies, build hierarchies and visualize type dependency diagrams, for in-depth comparison.
You can use the Navigation tool to easily switch between projects, files, types or members in your codebase.

The Find option can help you identify and replace words or entire segments of code. Moreover, you can generate advanced placeholders, in which to specify the CSS selector and the control type.

ReSharper offers a large collection of annotation types that you can use to define the placeholders, such as RegexPatternAttribute, PathReferenceAttribute or LocalizationRequiredAttribute.

The built-in decompiler allows you to view and manage referenced assemblies, by easily navigating to a certain piece of code.
Several code editing tools are also available for you, including IntelliSense, code transformations, namespaces or code rearranging.
Moreover, the code generation actions can automatically create properties, overloads, implementations or comparers by hand.
The tool also allows you to refactor code bases without affecting the rest of the project. It is a reliable solution when handling legacy codes or when you need to restructure your project.

ReSharper also supports code formatting, naming style assistance and other code preferences, which you can perform with code cleanup.

From this point of view, the tool is a suitable solution for cleaning up your script and removing unnecessary segments of code.

Note: ReSharper doesn't work under Microsoft Visual Studio Express editions

Here are some key Features of "JetBrains ReSharper":
Code Analysis:
- On-the-fly error detection in a file or even in the whole solution without compiling it first.
- Warnings about serious coding inefficiencies.
- Suggestions to help you implement improved coding practices.
- Hints as the least intrusive way to recommend coding improvements.
- The opportunity to get an overview of all code problems in solution with the Inspection Results tool window.
- Quick-fixes to solve problems instantly.
- Status Indicator as the essential UI item that helps review errors and warnings in a file.
- Value tracking to find out where incorrect values come from.
- Call tracking to view call chains and navigate within them.
- Coding Assistance:
- Code Completion as a powerful extension to IntelliSense, consisting of three major features: Symbol Completion, Smart Completion, and Import Symbol Completion (in R# 4.0 and higher, all completion features support CamelHumps).
- Complete Statement that inserts necessary syntax elements (braces, semicolons etc.) and gets you to the position to start the next statement.
- Highlighting fields, local variables, types and more.
- Context actions to propose small code transformations in a specific context.
- Quick documentation lookup.
- Auto-insertion of necessary namespace import directives and safe deletion of redundant directives.
- Parameter Information displaying all possible signatures and parameters with relevant documentation.
- Highlighting matching delimiters.
- Auto-insertion of brackets & quotes.
- Easy code commenting & uncommenting.
- Extending & shrinking code selections.
- Duplicating code lines and selections.
- Navigation and Search:
- Navigate To: quick links to all destinations accessible from the current code position.
- Go to Type: search for a type by name.
- Go to File: search for a file by name.
- Go to File Member: quickly navigate to a particular method or field in the current file.
- Go to Symbol: solution-wide search by name for any file member.
- Find Usages: fast search for usages of any symbol in your code.
- Quick navigation between usages.
- Highlighting usages.
- Structural Search and Replace to search, replace, and create custom code inspections using structured patterns.
- Type Hierarchy and type members preview.
- File Structure view.
- Navigation to external sources.
- Navigation through the list of recent files.
- Navigation between recent edits.
- Stack Trace Explorer.
- CamelHumps.
- Refactorings:
- 40 automated code refactorings.
- Refactor This - a drop-down menu that suggests refactorings applicable for a certain selection or code position.
- Code Generation:
- Auto-declaring methods, fields, local variables and classes from their usages, based on customizable naming conventions.
- Quick generation of type constructors and properties.
- Implementing/overriding methods automatically.
- Generating delegating, equality and formatting members.
- Generating Content tags based on ContentPlaceHolder tags in ASP.NET master pages.
- Code Formatting:
- Quick or extended Code Cleanup in accordance with code style preferences.
- Optimizing namespace import directives.
- Code style configuration and sharing.
- Code Templates:
- Live templates, the intelligent alternative to code snippets (you can insert snippets with ReSharper as well, the same way you insert live templates).
- Surround templates to help quickly enclose blocks of code with various constructs.
- File templates to add new files to your project with predefined code fragments already generated in them.
- Customizing all three kinds of templates.
- Configuring and sharing templates.
- Unit Testing:
- Running and debugging tests, with automatic detection of MSTest and NUnit tests in your solution.
- Unit Test Explorer to help you analyze test results.
- Support for profiling unit tests with dotTrace Profiler.
- Open API:
- ReSharper's functionality can be significantly extended by means of its open API. Usage samples are included into ReSharper installation package.

برای اطلاع از طریقه نصب به فایل How to Install.txt رجوع شود.

اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری