Removed unused "add documentation from super types" option ("add documentation" option covers that);
Fixed formatting of if/while statements with empty conditions;
Fixed Generate Equality Members: render "Overloads" modifier for VB;
Added short syntax rendering for the VB cast expression;
Optimize memory footprint;
Fixed Typing Assistance to not insert double quotes when cursor is at number or date time literal;
Fixed Typing Assistance to move semicolon only when it is actually necessary. This fixes an issue with our Typing Assistance interfering with VS Formatting option - "format on ;";
Fixed InvalidOperationException when trying to filter Tests;