"d" expands to the double type, but "d0" is not expanding to a nullable double. Instead, it expands to a nullable System.Drawing.Color. For example, "pd" will expand to a double property, but "pd0" will expand to a nullable Color property.
In looking at the Template Name Variables in the options, both System.Drawing.Color and double are assigned to the "d" name.
I can fix this on my own system by removing the Color entry or changing it to have a different name. But I wanted to report this since those are the default settings.
Hi Joe,
Thank you for pointing out this issue. We agree that the usage of the same mnemonic for two different types may seem confusing. We will change the mnemonic for the 'System.Drawing.Color' type.