how to access keystroke event in Visual Studio.NET 2003

W

watcher

Hi,

I have some questions about writing plugins for Visual Studio .NET
2003.

1) how do we detect keystroke events in the text editor? The only text
editor event that we find exposed is LineChanged. Sometimes we also see
erratic occurrence of CharLeft/CharRight commands, but they do not
occur for every keystroke, in fact sometimes they do not happen at all.
We are using EventWatcher from
http://msdn.microsoft.com/vstudio/downloads/samples/automation2002/,
which is basically the only treatment of VS events we could find. Of
course, from the example of commercial plugins like VisualAssist and
CodeRush, it is clear that these keystrokes are exposed somehow.


2) is there is a way to trap the code autocomplete/intellisense popup
activation event?

Thank you very much for your consideration.

Michael L
 
C

Cindy M -WordMVP-

Hi Watcher,
I have some questions about writing plugins for Visual Studio .NET
2003.
I think you'll have better luck getting answers in a dotnet
newsgroup. These groups are meant for questions specific to OFFICE
applications, so you won't meet as wide a range of .NET programmers,
here...

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top