Skip to content

Latest commit

 

History

History

VisualStudio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Back

Visual Studio Resources

Visual Studio Setup

Developer Essentials

Settings for Visual Studio on Windows. Includes semantic colorizer config.

Visual Studio project templates for Revit development.

Debugging Essentials

How to configure project properties to use Visual Studio's integrated debugging.

Sometimes debugging inexplicably fails when using the Visual Studio native debugger. This is typically due to assemblies being looked for in the wrong places. We can find the source of the problem using FUSLOGVW.exe which is included with the Windows SDK. It logs assembly binding failures, and lets you find the true source of errors.

Debug Troubleshooting

Add-Ins and Extensions

Allows for more nuanced control over syntax styling for all langauges.

Semantic Colorizer

Advanced code formatting/reformatting, refactoring, etc. Helper for writing beautiful POCO C#.

JetBrains ReSharper