Groups | Blog | Home
all groups > visual studio .net documentation > september 2003 >

visual studio .net documentation : DTE, want to hook in like Intellisense


Rob Mayo
9/3/2003 9:41:16 AM
I'm developing an add-in. Is there some series of events that I can hook
into that will let me know the non-compiled interface has changed. I want to
be able to update my add-in as the user types. For example, if the user
types in:

Public Function Foo() as Integer
End Function

I want my add-in to reflect the new function like Intellisense would.

Any help would be appreciated.
Thanks

JaAG NO[at]SPAM microsoft.com
9/3/2003 4:30:17 PM
Have you checked out Visual Studio Help Integrator's Guide (VSHIK) at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/ht
ml/hwmscextendingnethelp.asp?

Jim [MSFT]
--------------------
| From: "Rob Mayo" <Rob.Mayo@WestonSolutions.com>
| Subject: DTE, want to hook in like Intellisense
| Date: Wed, 3 Sep 2003 09:41:16 -0400
| Lines: 14
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <O78vNEicDHA.1368@TK2MSFTNGP11.phx.gbl>
| Newsgroups:
microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microso
ft.public.vsnet.debugging,microsoft.public.vsnet.documentation,microsoft.pub
lic.vsnet.general,microsoft.public.vsnet.ide,microsoft.public.vstudio.develo
pment
| NNTP-Posting-Host: mail2.rfweston.com 162.43.198.254
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:133793
microsoft.public.vsnet.debugging:3249
microsoft.public.vsnet.documentation:660
microsoft.public.vsnet.general:12104 microsoft.public.vsnet.ide:7913
microsoft.public.vstudio.development:2927
microsoft.public.dotnet.general:107081
| X-Tomcat-NG: microsoft.public.vsnet.documentation
|
| I'm developing an add-in. Is there some series of events that I can hook
| into that will let me know the non-compiled interface has changed. I want
to
| be able to update my add-in as the user types. For example, if the user
| types in:
|
| Public Function Foo() as Integer
| End Function
|
| I want my add-in to reflect the new function like Intellisense would.
|
| Any help would be appreciated.
| Thanks
|
|
|
[MVP] SmileSeo
9/3/2003 7:01:31 PM
How about check VSIP?

http://www.vsippartners.com/programoverview.aspx

You can download VSIP SDK from that links..

It helps you.



--

--------------------
Microsoft .NET MVP


[quoted text, click to view]

WALDO
9/4/2003 10:29:15 AM
OK, I registered for VSIP and posted my question to the private newsgroup.
Now what?


[quoted text, click to view]

AddThis Social Bookmark Button