Help using Visual Studio to write python nodes

I’d like to use visual studio to write python scripts for my dynamo nodes. However, I’m not able to get the intellisense to recognize the Revit API. Typically when writing a python node in dynamo I start with clr.AddReference(“RevitAPI”).

Does anyone else work in Visual Studio? can you offer some advice in getting my references set up correctly.

Thanks,

Nate

Sorry this never took off @Nate_Holland . I’m in the process of exploring the very same question and will respond when I learn more. The IDE of Visual Studio is ideal to maximize productivity. Having a live link back into Dynamo would be sweet to get the feedback on how to adjust a scripting approach as you go. Since Python is procedural I could see it working while C# might require a build each time. I hope to make this workflow happen as well!

Best,
Tim