A curated collection of useful BIM (Building Information Modeling) resources, libraries, software and frameworks for AEC research, application development, data analysis, and general computation.
Settings for Visual Studio on Windows. Includes semantic colorizer config.
Visual Studio project templates for Revit development.
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.
Allows for more nuanced control over syntax styling for all langauges.
Advanced code formatting/reformatting, refactoring, etc. Helper for writing beautiful POCO C#.