Friday, January 01, 2021

My Visual Studio 2019 Tools and Extensions

Tools and Extensions that I normally use with my Visual Studio installation

 

DPack

Major features can be found under Tools|DPack menu and include:

  • Code Browser - used for individual file code members navigation
  • File Browser - used for solution files navigation
  • Solution Browser - used for the entire solution code members navigation
  • Numbered Bookmarks
  • Surround With
  • Code Navigation
  • Solution Statistics
  • Solution Backup

 

Microsoft Visual Studio Installer Projects by Microsoft

    Use it for authoring installer

Power Commands for Visual Studio by Microsoft DevLabs

    I mostly use the Copy/Paste References



No comments:

DCOM callback not working with UAC enabled

  OPC Classic DCOM client not receiving callback when UAC is enabled The OPC Classic server is running on another node and is running usi...