Visual Studio Integrate announcement
- Link
-
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. -
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
Found 16547 threads
-
0 Votes
How to get the use or be used count of the class members?
I am programming a VSIX project it's works to count the number and listing position of all members of all class of the entire project. This is a in-build feature of ...Unanswered | 7 Replies | 3143 Views | Created by 飞羽流星 - Monday, June 29, 2020 2:52 AM | Last reply by Robert Hofmann - Sunday, August 16, 2020 7:27 PM -
1 Votes
VSSDK Howto Fill MRUList into MRUListBox
I have an MruListBox container in a xaml and I want to fill them with the MruList of the latest used projects in VS2019. The code I use in the XAML ...Answered | 8 Replies | 2897 Views | Created by TomGo1971 - Monday, July 27, 2020 4:06 PM | Last reply by Dylan Zhu-MSFT - Friday, August 7, 2020 6:06 AM -
1 Votes
How to make "Add Solution to Source Control" available?
I use Git in VS 2019: I have an existing solution. When I right-click the solution, I do not see the option of adding it to source ...Answered | 2 Replies | 6316 Views | Created by Hong (MA, USA) - Wednesday, August 5, 2020 4:04 PM | Last reply by Hong (MA, USA) - Thursday, August 6, 2020 11:32 AM -
0 Votes
[Announcement] "Visual Studio Integrate" Forum will be migrated to a new home on Microsoft Q&A!
This "Visual Studio Integrate" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can enhance the forum ... -
0 Votes
Hosting Edge Chromium WebView2 in a tool window in VSIX extensions
We have been using the Internet Explorer based WebBrowser control in tool windows, editors, and dialogs in our extension. Barring the memory leak issues (which we overcame by making it ...Discussion | 0 Replies | 2068 Views | Created by Priyadarshini Gorur - Thursday, July 23, 2020 9:48 AM -
0 Votes
Setting project debug options - deployment dir and files
Hi, I am developing Visual Studio Extension and use VCDebugSettings interface to set C++ project's debug options. This interface however does not let me set "Deployment ...Answered | 4 Replies | 2015 Views | Created by maciejgrzywacz - Thursday, July 9, 2020 9:47 AM | Last reply by maciejgrzywacz - Monday, July 20, 2020 10:08 AM -
0 Votes
Java TFS SDK can't authenticate user when code is deployed to server
I'm using the Java TFS SDK to connect to on-premise TFS 2012 server. I'm updating it to use a new account to connect to TFS. When I run the code on my local machine it connects without issue. I ...Unanswered | 5 Replies | 2329 Views | Created by Brandon Hoppe - Thursday, July 9, 2020 8:24 PM | Last reply by Dylan Zhu-MSFT - Monday, July 20, 2020 9:23 AM -
0 Votes
How to extract build-order from solution?
Hello, All I have made VSPackage and own project type. After I have made test solution with several projects and configured build order. Now I want to write code which can extract ...Answered | 4 Replies | 6663 Views | Created by Xaba Xaba - Thursday, February 11, 2010 5:50 PM | Last reply by Learning_Student - Thursday, July 16, 2020 10:11 AM -
5 Votes
[VS2010 T4] Any way to obtain name of the current project?
Hello! There's a template which traverses all files in solution and generates helpers for some of them. Currently the bootstrap part looks ...Proposed | 12 Replies | 15905 Views | Created by Sinix - Tuesday, June 21, 2011 1:10 AM | Last reply by PickCreative - Friday, July 10, 2020 12:50 PM -
0 Votes
IVCRulePropertyStorage methods throw exception after VS 2019 16.6 update
Hi, I am working on a extension setting debug properties for C++ projects. After update to VS 2019 version 16.6 methods IVCRulePropertyStorage.GetUnevaluatedPropertyValue() ...Answered | 2 Replies | 2347 Views | Created by maciejgrzywacz - Tuesday, June 30, 2020 10:39 AM | Last reply by maciejgrzywacz - Thursday, July 2, 2020 8:24 AM -
1 Votes
VSO REST API - TFS/Core/RestClient GetTeamMembers is not a function
{ /* code */ }); the code below that retrieves the list of teams is currently working. coreRestClient.getTeams(TFSPROJECTID).then(results => { /* code */ ...Proposed | 3 Replies | 3575 Views | Created by W. J. Miñano - Friday, November 3, 2017 9:07 PM | Last reply by SW2011 - Friday, June 26, 2020 4:03 PM -
0 Votes
How do the custom command line scaffolding with the custom control
Hi I have seen there is a scaffolding command line tool (dotnet aspnet-codegenerator) available to add the controller and views in the ASP.NET Core project. As of now I am ...Unanswered | 2 Replies | 2703 Views | Created by Ganesan Rengasamy - Monday, June 15, 2020 9:55 AM | Last reply by Dylan Zhu-MSFT - Tuesday, June 16, 2020 8:59 AM -
0 Votes
Setting a parent contextual menu location without an ID
Hello there, I am trying to add a command to a contextual menu in the PDW menus, and I'm not sure how to do so because I don't have an ID for the parent menu. I did find the GUID of ...Answered | 10 Replies | 2984 Views | Created by stopiamwarren - Wednesday, May 20, 2020 7:44 PM | Last reply by Dylan Zhu-MSFT - Monday, June 1, 2020 9:26 AM -
0 Votes
how to add a new line between using statements and namespace when using custom snippet
Now when I import namespaces it writes the using statements close to the namespace statement. I would like a line between ...Proposed | 1 Replies | 2824 Views | Created by line beneath using statements in custom snippet - Friday, May 29, 2020 6:14 AM | Last reply by Dylan Zhu-MSFT - Monday, June 1, 2020 8:59 AM -
0 Votes
use $selected$ value in multiple places in custom snippet
I need to use the $selected$ value in multiple places in my snippet, but it only works one and renders blank after that. Snippet: <?xml ...Proposed | 1 Replies | 2463 Views | Created by line beneath using statements in custom snippet - Friday, May 29, 2020 6:24 AM | Last reply by Dylan Zhu-MSFT - Monday, June 1, 2020 7:45 AM -
1 Votes
AppDomain not working for Extension of Visual Studio
I have developed an extension for Visual Studio. And in my extension code, I am trying to load a dll into my own new AppDomain. Below is the code which I am ...Unanswered | 9 Replies | 3192 Views | Created by vaira20ster - Wednesday, May 20, 2020 9:57 AM | Last reply by CoolDadTx - Tuesday, May 26, 2020 1:31 PM -
0 Votes
Debugging a DLL from my own Visual Studio Extension
I have developed a custom my own Visual Studio Extension. And in that Extension Window, I am calling a class library (DLL) and access the Classes, Methods and Properties of those ...Proposed | 2 Replies | 2479 Views | Created by vaira20ster - Thursday, May 21, 2020 10:00 AM | Last reply by Dylan Zhu-MSFT - Friday, May 22, 2020 9:16 AM -
0 Votes
Use ISubScriber in TFS2012/2017 works fine, but cannot find namespace and dll for WorkItemChangedEvent Type in TFS 2019 (DevOps Server 2019
Up to TFS 2017 there was a library in Plugins folder called Microsoft.TeamFoundation.Framework.Server it contained ISubscriber interface which one could override in order to attach hooks and ...Unanswered | 1 Replies | 2270 Views | Created by JerryASM - Thursday, May 21, 2020 9:21 AM | Last reply by Dylan Zhu-MSFT - Friday, May 22, 2020 7:41 AM -
0 Votes
Custom ASPNETCORE Scaffolding extension is throw exception with word Key
I created a custom extension for Asp.net core scaffolding. I updated visual studio 2019 16.6 version and then install custom scaffolding extension into visual studio then perform ...Unanswered | 2 Replies | 3181 Views | Created by Abishake Abi - Thursday, May 21, 2020 7:17 AM | Last reply by Dylan Zhu-MSFT - Friday, May 22, 2020 6:29 AM -
2 Votes
Icons don't load for standard toolbar, when migrating an extensibility application built using IsolatedShell from VS2010 to VS2015.
I work on a commercial application that is developed using Visual Studio 2010 Isolated Shell. Being an extensibility solution, our application reuses standard toolbars that come from the ...Proposed | 1 Replies | 2420 Views | Created by Suhas Priyadarshan - Thursday, May 21, 2020 7:55 AM | Last reply by Dylan Zhu-MSFT - Friday, May 22, 2020 3:38 AM - Items 1 to 20 of 16547 Next ›
Visual Studio Integrate announcement
- Link
-
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. -
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