Version 7.2: Great Improvements for Syntax Highlight
What's new
- Syntax Highlight
- Super Quick Info
- Moved
ref
/ref readonly
to return type - Fixed a bug that could potentially freeze VS
- Displayed
<returns>
tag for properties in C# Quick Info - Fixed C# Quick Info might not be working properly in DIFF windows
- Fixed tuple element was not displayed correctly in C# Quick Info
- Fixed in some cases size limitation or status icon were not working
- Fixed some compiler messages were improperly dropped
- Displayed block info for close brace in C# Quick Info
- Fixed variable declared in foreach statement was not overridden in C# Quick Info
- Prevented an error in C# block Quick Info
- Displayed type info for C# != and == operators
- Changed behavior of C# interface Quick Info for interfaces on base type list, displaying implementations instead of interface members
- Made "this" parameter clickable in dataflow analysis results on C# Quick Info
- Moved
- Smart Bar with Code Refactoring
- Allowed MultiLineListRefactoring for AnonymousObjectCreationExpressionSyntax
- Added DuplicateMethodDeclaration refactoring
- Added WrapInTryFinally refactoring
- Added remove declaration refactoring buttons to C# Smart Bar
- Supported multiple selection in some Smart Bar commands
- Added Remove Method command for local function
- Kept
if
condition inelse
clause when executing DeleteConditionRefactoring
- Symbol Analyzer
- Displayed C# symbol analysis commands for special return types
- Extension Development
- Added more info to the Document Content Type window
- General
- Added a custom message box to replace built-in message boxes
- Fixed a bug that could crash VS in the code diff window