Archive

Posts Tagged ‘Option Page’

CodeRush Dynamic templates and dynamic lists

October 23rd, 2012 Comments off

Template dynamic lists make a single code template universal and dynamic. For instance, a template for a variable declaration can be configurable on the fly by specifying its type. In other words, a template can be expanded differently depending on the selected dynamic list. A dynamic list contains a list of possible template alternative expansions (types when used with a variable template) for a single template.

Read more…