Visual Studio Extensibility announcement
-
Link
- Information:
http://blogs.msdn.com/b/visualstudioalm/archive/2013/05/07/release-candidate-to-visual-studio-update-3-now-available.aspx - Description:
http://support.microsoft.com/kb/2835600 - Download link:
http://www.microsoft.com/en-us/download/details.aspx?id=39067 - You can vote on feedback and ideas (or add your own!) on:
http://visualstudio.uservoice.com/forums/121579-visual-studio - If you find any issue, please go to:
http://connect.microsoft.com/VisualStudio
- Information:
-
Link
- This Forum - about VSX, MEF, EnvDTE, Text Templates (T4) and other non-modeling extensibility
- For questions about T4 Toolbox, please use http://t4toolbox.codeplex.com/discussions
- Visualization and Modeling Forum - for Visual Studio Ultimate architecture tools - UML, DGML, Architecture Explorer, Layer diagrams
- Visualization and Modeling Extensibility Forum - for domain-specific languages (DSLs) and extending the modeling tools
- Microsoft Connect Visual Studio - for bug reports and suggestions
- The Community Content block at the bottom of any MSDN Library page to add your own tips, corrections or feedback about the content
-
Link
http://www.codeplex.com/site/search?query=t4&ac=8
CodePlex is Microsoft's open source project hosting web site. You can use CodePlex to create new projects to share with the world, join others who have already started their own projects, or use the applications on this site and provide feedback.
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky12Votes
How to ask questions to increase your chances of an answer
To increase the chances of a quick and helpful answer to your question in this forum please follow these guidelines: - Write a separate post for each unrelated question . That is, ...6 Replies | 30171 Views | Carlos J. Quintero - Wednesday, November 26, 2008 11:40 AM | Last Reply shaaban al-qassas - Saturday, December 01, 2012 9:13 AM
-
Answered1Votes
Clarifications on Brace Matching in the Managed Package Framework
This is for a Visual Studio 2012 Language Package. So, I've been trying to follow what's been documented here on MSDN. I've read through the resources regarding brace matching ...6 Replies | 170 Views | Stan Peck - Monday, June 17, 2013 6:43 PM | Last Reply Stan Peck - 3 hours 23 minutes ago -
Unanswered0Votes
How do I detect a breakpoint being deleted in Visual Studio?
There doesn't seem to be any event in EnvDTE's DebuggerEvents that notifies the consumer when a breakpoint is deleted. I've also looked at Visual Studio SDK and ...2 Replies | 124 Views | Omer Raviv - Monday, May 27, 2013 11:32 AM | Last Reply Steve Horne - 5 hours 32 minutes ago -
Unanswered0Votes
Importing SvsServiceProvider in VS 2012
I am new to Visual Studio Extensibility and am try to implement one of the ...0 Replies | 40 Views | PaulWheeler - 5 hours 50 minutes ago -
Unanswered0Votes
How to know TFS status from a VSPackage?
Hi All, We are create a VSPackage with our own project type and work with TFS. Once the TFS Server is down, it will works offline. I want to ...2 Replies | 47 Views | Yi Feng, Li - Monday, June 24, 2013 8:08 AM | Last Reply Scot Br - MSFT - 5 hours 56 minutes ago -
Unanswered0Votes
Visual Studio 2012 crashes when adding MySQL database
Hello, I have been trying to setup a MySQL database with a hobby project that I have. When trying to add a data source it will throw the following error and then force close ...1 Replies | 60 Views | Ben_So - Monday, June 24, 2013 12:41 PM | Last Reply Ego Jiang - 13 hours 14 minutes ago -
Proposed0Votes
How to remove "Rebuild" command form project context menu in VS.
I have created a VS custom project and i want to hide "Rebuild" and "Clean" in the context menu every time i create a new custom project type.1 Replies | 32 Views | Sndep - Tuesday, June 25, 2013 7:03 AM | Last Reply Ego Jiang - 16 hours 7 minutes ago -
Answered0Votes
How to set vcxproj platform toolset using VisualStudio AddIn
I have a very large VS2012 solution with more than two hundreds vcxprojs which have been just upgraded from VS2008. By default VS2012 set the PlatformToolset to v110 for the upgraded ...3 Replies | 176 Views | niko-niko - Thursday, May 23, 2013 9:25 AM | Last Reply niko-niko - 18 hours 21 minutes ago -
Unanswered0Votes
Tab Colors Change in Extensibility
<object height="0" id="e8282969-9908-a38f-4b3b-8bb769ac8c8b" type="application/gas-events-abn" width="0"></object> Hi, I'm creating a SQL ...0 Replies | 46 Views | Sargody - 20 hours 28 minutes ago -
Unanswered0Votes
Debug Engine: InvalidCastException in Marshal.ReleaseComObject upon sending AD7ProgramCreateEvent
Hi all, I am working on a custom debug engine and, so far, I am playing with a very minimalistic implementation that is based on the MSDN sample and targets VS 2012 ...3 Replies | 110 Views | DmytroL - Tuesday, June 18, 2013 3:31 PM | Last Reply Steve Horne - 21 hours 44 minutes ago -
Unanswered0Votes
Problem with not unique thread ids in Thread Window
Hello I am implementing/maintaining a custom Visual Studio engine which uses the (old) AD7 interfaces (so not Concord). We support ...2 Replies | 139 Views | Belkar - Wednesday, June 05, 2013 11:47 AM | Last Reply Steve Horne - 22 hours 20 minutes ago -
Unanswered0Votes
How do I automate code-formatting in my Language Service?
ADVANCED>FORMAT DOCUMENT, but the documentation says that it's possible to make this happen automatically as the user types. It doesn't, however, go into any more detail that I can ...0 Replies | 35 Views | Stan Peck - Tuesday, June 25, 2013 11:39 PM -
Unanswered0Votes
Best practices to implement Project Upgrades
I am looking at possible ways (and recommended way) to upgrade a custom VSIS project. My requirement is to : 1. Upgrade custom files in VSIS ...0 Replies | 36 Views | Pritesh Ostwal - .NET - Tuesday, June 25, 2013 10:05 PM -
Unanswered0Votes
VS 2012 Package: "Reference Manager Extensibility" custom tab does not register
I've attempted to write an extension (provide my own IReferenceProvider, an IVsReference, and an IVsReferenceProviderContext) in order to extend the project "Add Reference" UI as ...4 Replies | 288 Views | mfwilson - Sunday, June 16, 2013 5:12 AM | Last Reply mfwilson - Tuesday, June 25, 2013 7:56 PM -
Unanswered0Votes
How to safely update a VSPackage with VSIXInstaller.exe
Hello, After updating my extension with VSIXInstaller.exe, attempting to use that extension from previously opened instances of Visual Studio will result in an exception. The ...0 Replies | 37 Views | TheHappyCoder - Tuesday, June 25, 2013 4:59 PM -
Proposed0Votes
Custom project creation in VS 2012 fails throwing "Class not registered.Looking for object with CLSID: {020CD351-2EA1-4645-9AA7-E139DDF12419}" error
I am currently working on a product that has integration with Visual Studio 2005. The integration uses a managed VSPackage(developed using C#), the PackageUI(developed using VC++), ...7 Replies | 260 Views | Rama Sistla - Tuesday, June 11, 2013 10:20 AM | Last Reply Scot Br - MSFT - Tuesday, June 25, 2013 4:31 PM -
Answered0Votes
SSMS Add-in - I can't get the existing Connection, can somebody help me?
Every time I try to use the "ServiceCache.ScriptFactory.CurrentlyActiveWndConnectionInfo.UIConnectionInfo" or the "ServiceCache", I get the same message: ...2 Replies | 73 Views | Sargody - Wednesday, June 19, 2013 4:21 AM | Last Reply Sargody - Monday, June 24, 2013 6:00 PM -
Unanswered0Votes
The namespace or module 'FsCheck' is not defined after install nuget in VS2010 ultimate and install FsCheck 0.9
The namespace or module 'FsCheck' is not defined packages.config packages elements is not ...4 Replies | 49 Views | zvzzvz - Sunday, June 23, 2013 12:12 PM | Last Reply Kurt46n2 - Monday, June 24, 2013 2:50 PM -
Answered1Votes
Hidden Regions / Outlining not updated correctly
Hi everyone, my custom languageservice implements outlining / hidden regions. Basically, they are displayed correctly most of the time. However, if I press enter at the _exact_ ...3 Replies | 146 Views | f_max - Tuesday, June 11, 2013 12:25 PM | Last Reply f_max - Monday, June 24, 2013 9:20 AM -
Answered1Votes
Treat custom file extension as CSharp
Hi, I'm trying to open up files of type '.mcsx' as if they were .cs files in Visual Studio 2012 - i.e. with code completion and with rich formatting. I've ...2 Replies | 56 Views | woodced - Friday, June 21, 2013 7:49 AM | Last Reply woodced - Monday, June 24, 2013 7:44 AM -
Unanswered0Votes
Item Template not available in /App_Data
I have created a set of Item Templates and I'm seeing my items show up every in a "Web Site" project and in*most* folders in "Web Application" projects. But I'm ...3 Replies | 128 Views | mawtex - Friday, June 14, 2013 2:12 PM | Last Reply Ego Jiang - Monday, June 24, 2013 7:33 AM - Items 1 to 20 of 13817 Next ›