# New! Better support for COM smart pointers.
# New! Symbols defined only in source files are available in SIW dropdown and FSIW dialog.
# Hovering tooltips display more comments from source files.
# Elimated crash due to R6025 Pure Virtual Function Call.
# Completion listboxes resize properly for long enumeration values.
# New! Find References Results window displays surrounding lines of code in hovering tooltips.
# New! Find References supports an option to highlight all references by default.
# New! Extract Method has an Autotext entry for adjusting the format of newly created methods.
# Create Implementation removes keyword "virtual."
# Create Implementation works properly for overloaded operators.
# Move Implementation respects operator[].
# Extract Method places keyword "ref" before type specification in new methods for C#.
# Extract Method properly references parameters when editing pure C.
# Find References Results window properly fills the Ouput window when floating.
# Change Signature displays correct warning when adding a parameter to a method.