awesome-bim

A curated collection of useful BIM (Building Information Modeling) resources, libraries, software and frameworks for AEC research, application development, data analysis, and general computation.

View the Project on GitHub mitevpi/awesome-bim

Back

Visual Studio Resources

Visual Studio Setup

Developer Essentials

Windows Settings

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

Visual Studio Templates

Visual Studio project templates for Revit development.

Debugging Essentials

Visual Studio Native Debug Settings

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

Visual Studio Debug Troubleshooting

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

Semantic Colorizer

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

Semantic Colorizer

JetBrains ReSharper

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

JetBrains ReSharper