Skip to content

Version 7.2: Great Improvements for Syntax Highlight

Compare
Choose a tag to compare
@wmjordan wmjordan released this 17 Mar 06:56
· 734 commits to master since this release

What's new

  • Syntax Highlight
    • Fixed kinds of weirdness (#14, #125, #162, #182, #199, #227)
    • Displayed selected syntax style name about the settings group in the customization window
    • Added more predefined classifications from VS to Syntax Highlight Customization Window
  • 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
      image
    • Made "this" parameter clickable in dataflow analysis results on C# Quick Info
  • 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 in else 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