VC6.0 code automatic prompt VC6.0 in the win7 environment code prompt intelligence

  • 2020-04-01 21:28:06
  • OfStack

As a program ape, whether you have been like or used to relying on IDE development environment. As a Java programming ape, I still rely heavily on Java IDE development environments such as Eclipse or MyEclipse.

With an IDE, even if you can't remember the full name of the method, you can find the method or attribute you're looking for by knowing a prefix, or even by looking them up in a list of prompts. However, if the IDE is not so smart, can you still do it?

At present little brother encounters this situation. VC6.0 environment, o(all)o alas, still can't be comparable to Eclispe, perhaps is not familiar with VC6.0, Eclispe relative to familiar, so VC6.0 is quite uncomfortable to use.

VC6.0, is also a half - half hint. Code automatically prompt, VC6.0 can also be done, can be set in the following:

< img Alt = "" border = 0 SRC =" / / files.jb51.net/file_images/article/201301/2013010314202847.png ">

  But even with this setup, the method and parameter information is automatically prompted before you write the method name correctly, such as the FreeLibrary function, and only when you write it correctly and enter the parentheses.

Well, this is super annoying, because if you're not familiar with the function, you won't be able to prompt. Continue to learn from Eclipse.

VC6.0, another problem is that the code keyword is not highlighted, even if the system's function, at a glance, is all white black. Even in VC6.0, it can be set, but it is not so perfect.

Of course, VC6.0 can also be intelligent, take out its killer Visual+Assist+X plug-in, this tool out, can be as intelligent as the Eclipse environment superior. At the same time, developers' productivity is on the rise.

The effect after installation is as follows :

At each startup, the prompt message is:

< img Alt = "" border = 0 SRC =" / / files.jb51.net/file_images/article/201301/2013010314202848.png ">

After starting the program, the interface changes :

< img Alt = "" border = 0 height = 185 SRC =" / / files.jb51.net/file_images/article/201301/2013010314202849.png "width = 606 >

After installing the plug-in, the code keyword is highlighted. Different code character different color, cut a graph to show you.

< img Alt = "" border = 0 SRC =" / / files.jb51.net/file_images/article/201301/2013010314202850.png ">

But the headache problem again, I am the win7 system, win7 VC6.0 plug-in, code prompt function is there, highlighting function is also some.

However, the strange problem is that after the code prompts, the direct use of the direction key and Enter can directly select the method you want, but in Windows 7 environment can not. The up and down keys and the Enter keys on the keyboard don't work, but there are shortcuts, so CTRL+Enter selects this method.

VC6.0 and win7 is not compatible with the problem, this is understandable, after all, not for the development of win7, in xp system, the operation is quite smooth. But for all the discomfort, there are ways to remedy it.

(*^ ^ ^*) hee hee, at this time there is a more advanced version of Visual+Assist+X. Version 10 visualAssistX10 solves this problem.

Work to do its work must first sharpen its tools, sharpening knives do not miss wood work is probably to say this truth.

Ps: the visualAssistX plugin for XP and visualAssistX10 (green version) for Windows 7 have been uploaded


Related articles: