Visual studio macros?

M

Maxim Khesin

Has anyone implemented some sorta an interface to use python to do
visual studio macros? thanks-
m
 
J

John J. Lee

Maxim Khesin said:
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/d...l/vxorimanipulatingdevelopmentenvironment.asp


"Add-in" and "Wizard" are useful search terms.


John
 

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

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,920
Members
47,464
Latest member
Bobbylenly

Latest Threads

Top