Visual studio macros?
John J. Lee
jjl at pobox.com
Mon Nov 10 18:40:52 EST 2003
Maxim Khesin <max at cNvOiSsiPoAnMtech.com> writes:
> Has anyone implemented some sorta an interface to use python to do
> visual studio macros? thanks-
You can do this without needing any special interface. Use win32all
(for COM) or, I guess, Python for .NET (for, duh, .NET :-). I think
you just have to write a COM server (in Python) and register it.
Search MSDN to find out more, eg:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsgen/html/vsextens.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxorimanipulatingdevelopmentenvironment.asp
"Add-in" and "Wizard" are useful search terms.
John
More information about the Python-list
mailing list