@ChrisFerdinandi I have a for loop that dynamically binds methods to a class at runtime. Naturally, there is no IDE intellisense for this when importing the class, so the consumer doesn’t know those methods exist (w/o docs) Any suggestions (open to implement a build step).