The programmer's Ultra strong plug-in--visual Assist. Net

Source: Internet
Author: User
Tags new set

Visual Assist X 10.1 (Development Environment Enhancement tool)

enhance editing capabilities in the Microsoft development environment.

With its powerful editorial features, visual Assist x improves productivity, can be fully integrated into your Microsoft development environment, upgrades your IDE, and can feel the benefits of visual Assist x without changing your programming habits.

 

Visual Assist x is a very good visual Studio. NET 2003, 2002 plug-in that supports languages such as C/c++,c#,visual Basic, which automatically identify a variety of keywords, system functions, member variables, automatic input prompts, Automatically correcting capitalization errors, automatic labeling errors, and so on, helps improve the automation and development efficiency of the development process.

Structure System

Starting with Microsoft Visual C + + 6.0, all Microsoft Ides provide a lightweight profiler for your editing environment, convenient for your code writing, and they do not generate target code, which is called IntelliSense in the form of a default help. Features include member list boxes, completion list boxes, stop-in tooltips, and automatic parameter information. You can set the working status of each component within the IDE dialog box options.

Visual Assist x has removed several deficiencies of the default IntelliSense, supplemented it with a new set of features that improve the usability of the IDE. The number of help depends on the IDE, the programming language you use, and the options you set.

As with the default Intellisense,visual Assist x also includes the profiler, which runs in your editing process. The trainer differs from the default profiler in that it expands the scope of IntelliSense by not loading the preset symbol database. Visual Assist x collects only the header and object information in your project, and these headers and objects can be included in the system, Third-party libraries, MFC, or ATL/WTL/STL. This means that intellisence activities are more frequent and the results are more accurate.

Not only C/s + +, Visual Assist x contains the executable lightweight default profiler for all programming languages. For C + +, you can choose Visual Assist x proprietary IntelliSense, or you can prefer the default profiler, which can be implemented through a dedicated setting only if it is not available, and then with Visual Assist X.

Visual Assist x is a low priority background thread plug-in that does not affect your IDE's environmental performance. The thread is active during idle and reverts to the silent state when you begin to enter code. And its profiler does not generate the target code, so it takes up less resources than the traditional profiler.

Visual Assist X improves the automation of your work, simplifies browsing, and displays key information about your development process. Its functions are fully integrated into the IDE, achieving the full integration of the two. Provides programming assistants for all Microsoft Visual Studio. NET 2003 and 2002 programming languages, including C + +, C #, ASP, Visual Basic, Java, and HTML, plus Microsoft Visual C + + 6.0 and 5.0 of C + + users provide programming assistance.

Product Features

improved IntelliSense: members and completion list boxes appear more frequently, quickly, and with more accurate results. The parameter information is more complete with comments. A stop-in tool tip with all the symbols.

code input more quickly: When you enter, watch the suggestion list box, which will provide the appropriate alternate characters based on your input. For more convenient selection of characters, you can also define Atuotext and code templates in advance.

Error Auto Correction: monitor your IDE for immediate correction of simple but time-consuming errors.

access to information faster: Learn more about code information, and look at the current stop-in browsers in the new VA view for more information on the current symbol. In addition to this, small content and definitions are added to the resource window to get a snapshot of the information.

added color and formatting: with more color and formatting options, the code is interpreted more quickly. Enhances the basic syntax color of the IDE, highlighting matching and mismatched entries as you enter code. In addition, column indicator and print in color are added to place RTF in the clipping version.

simplifies finding and browsing: easier to find and browse. Content lookup lets you quickly jump to symbols at the same name, you can find symbol definitions anywhere on your workbench, and you can move to the symbol execution section in your code. Select a list of your files, lock the header file and the corresponding CPP file. Open the file from the list of your workbench files. Contains a list of recent behaviors that you can convert between the active parts of your code. Move scope can reach the next method and also includes a roundtrip browsing.

spell checking: checks as you enter code, and you can see a red underline similar to Microsoft Word. Contains Spell check comments and strings, in addition, Spell check code can check for incorrect input symbols.

expanded basic editing: the editor is enhanced to edit the code more quickly. Contains surround Selections,multiple clipboards. Sort lines.

configuration features for your personal style : Refine Options dialog box, define visual Assist x features to suit your programming habits. The Content menu contains more than one command, and setting shortcuts can speed up access to commands you prefer. You can disable or allow visual Assist X, or force it to be dissected to make it more intelligent.

 

 

the programmer's Ultra strong plug-in--visual Assist. Net 2003

Source code Light (Yang Bing)

Programmer's Plug-in. When you see this headline, you will have such a question.

In fact, this plug-in--visual Assist. Net 2003 (hereinafter referred to as Vassist), just a programmer to write code AIDS, it is very effective to help programmers coding.

Vassist is a programmer-aid tool for using Visual Studio.NET 2003 (hereinafter referred to as VS). It improves some of the things in the VS programming environment.

Below, we begin to introduce the function and use method of Vassist.

Vassist the standard installation method, after installation, we open a project in VS, we will see the interface of VS to a tool (Figure 1), that is vassist.


Figure 1

The first command button from left to right, inside is the vassist option setting.

The second command button is the definition where the current symbol is displayed. When you select a function or variable, you can look at the definition of the function or variable by him.

The third command button, we can write some fixed-form code, such as declaring a class, we do not need to write class XXX and public frameworks, as long as a little bit, vassist can do for us.

When writing a program, we usually build a number of projects, to open other engineering files, with the VS Solution Explorer, you need a layer of choice, good trouble. Now, with the fourth button of Vassist, it's easy to browse through all the files in this solution, it will show a large file list, we can choose directly.

The fifth command button, which I often use. We usually have to switch between. h and. cpp files, although we have a vs tab, but we also have to choose the corresponding. With the Fifth command button, you can go directly to the corresponding H or. cpp file.

The sixth and seventh buttons, which can restore the position of the cursor, can record the position of our previous use of the cursor, so that we can easily use the cursor to locate.

The eighth and Nineth buttons are simple: search for strings forward or backwards.

As a programmer, it is inevitable to make some mistakes, or lose the semicolon, parentheses and other things, if the compiler after a short period of compile time, check out, it is a waste of time. This is the tenth button to do, it can check the spelling, save us a lot of time.

The 12th to 15th command button, is responsible for the vassist of the state of the spelling, it can be written after you write one or two characters, you can roughly determine the name of the function you want to write or variables, and so on, this time, you just press ENTER directly can be typed directly, there is no need to hit the word, and, It can automatically fix your case errors, in the wrong place, such as your variable without a statement to use directly, it will be in the wrong place, plus a red underline, remind you.

The last command button is the vassist switch, and you can turn it off when you don't want to use the vassist.

Vassist also has a good feature: vs navigation bar is almost a waste, nothing can be done, we can not reach any function through it, so, Vassist provides a navigation bar, we simply select the appropriate function, you can quickly locate, otherwise, in the N-code, Still have to slowly position, faint ...

In addition, when we paste the code, it is unavoidable to code format reflow, vassist can be pasted, automatically for our typesetting, we do not need to press VS to provide hot keys, steal a little lazy.

If you think with the mouse click vassist command button Some inconvenient, you can set some hot keys. In the VS menu-> option-> Environment-> keyboard can be set.

Vassist is a convenient, intelligent help programmers write code good tools, I hope we all come to see, hehe. If anyone wants to download, you can go to Google search.

 

(Create the day of VC Chinese version can not install the correct visual Assist, need English version or replace the following three files vcmsdev.exe,devshl.dll,devedit.pkg)

 

File download

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.