Microsoft Developer Network > Forums Home > Microsoft Visual Studio 2010 Beta 2 Forums > Visual Studio Extensibility Beta 2 > Custom Tool (Visual Studio 2010) Which languages are supported?
Ask a questionAsk a question
 

AnswerCustom Tool (Visual Studio 2010) Which languages are supported?

  • Thursday, September 10, 2009 1:01 PMepdti Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Before I install Visual Studio 2010, I want to k now if some of my tools can be added in it. I have some written in Java, C++, C#, and Python. I assume that C++ and C# should be fine, but what about Python and Java. Will they be able to run in that environment???

    • Moved byWesley YaoMSFT, ModeratorMonday, September 14, 2009 3:20 AMvs2010 extensibility question (From:Visual Studio Extensibility)
    • Moved byWesley YaoMSFT, ModeratorMonday, September 14, 2009 3:21 AMvs2010 extensibility question (From:Visual Studio Extensibility Beta 1)
    •  

Answers

  • Monday, November 02, 2009 10:24 PMAaron MartenMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi "epdti",

    Can you go into a little more detail on exactly what you mean? Do you mean that:

    1. You want to use Visual Studio to write applications in Java and Python?
    2. You have tools (presumably that can be invoked as executables from the command prompt) you've written using Java and Python that need to be invoked by Visual Studio either at design or build time?

    If the answer is #1, then I would suggest checking out http://www.visualstudiogallery.com/ for extensions that support building applications with Visual Studio using these languages.

    If the answer is #2, then this is certainly possible, although you'll need to be creative in how you host these tools. The very simplest way would be to write a MSBuild ToolTask which would know how to invoke your tool on the command line.

    Please let us know how it goes and if you had something else in mind.

    Thanks,
    Aaron

    http://blogs.msdn.com/aaronmar

All Replies

  • Monday, November 02, 2009 10:24 PMAaron MartenMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi "epdti",

    Can you go into a little more detail on exactly what you mean? Do you mean that:

    1. You want to use Visual Studio to write applications in Java and Python?
    2. You have tools (presumably that can be invoked as executables from the command prompt) you've written using Java and Python that need to be invoked by Visual Studio either at design or build time?

    If the answer is #1, then I would suggest checking out http://www.visualstudiogallery.com/ for extensions that support building applications with Visual Studio using these languages.

    If the answer is #2, then this is certainly possible, although you'll need to be creative in how you host these tools. The very simplest way would be to write a MSBuild ToolTask which would know how to invoke your tool on the command line.

    Please let us know how it goes and if you had something else in mind.

    Thanks,
    Aaron

    http://blogs.msdn.com/aaronmar