vc6 - Anyone using Visual Assist? How does VA get the source code content? -


I am using Visual Assist with VC6, it seems like a powerful tool as a programmer, I implement I'm curious about how VA gets source code content? It seems that the VA knows every line in my code file, even if it has been modified and not saved in the file.

I have seen in addin dev for some time, the Edin interface of VC6 does not provide such type of interface to get the current code content, especially when the source file is modified and not saved goes.

I think VA uses some tips to do this, but what is it? Subclass?

Definitely VA is implemented as a visual studio add-on, which I It seems that there should be some kind of access to Visual Studio API which I believe will expose content such as code editor content, etc.

For more information, refer to this link:

hth


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -