about 6 years ago by Mathias Nielsen
Hi there, is there a way to make Visual Studio (or other editors for that sake) autosuggest commands inside the RevitAPI like it does with referenced python libraries?
RLP_Office UID: ATU61724227 almost 5 years ago
You could reference RevitAPI stubs in your IDE for autocompletion. I have done it previously in PyCharm so probably it is possible for VS as well.
Sam Aston about 6 years ago
Hi Mathias, as far as I know, VS doesn't interface with the Revit API in such of a way in Python. It might be possible using a different IDE.