Skip to content

Version 7.4: More Information, More Convenient

Compare
Choose a tag to compare
@wmjordan wmjordan released this 17 May 01:21
· 495 commits to master since this release

Notable changes

  1. New command in Build Window to open output folders
  2. The Code Analysis menu now has tooltips unveiling secret shortcuts
  3. Display syntax node range related to the trigger point of C# Quick Info
  4. Total line count on scrollbar marker
  5. Corrected positioning of markers when scrollbar was in bar mode
  6. Namespace symbols on C# Quick Info are now interactive

Details

  • General
    • Fixed the display of explicitly implemented indexer names on symbol list
    • Fixed incorrect foreground brush in SymbolFormatter properties
    • Added Open Output Folder commands to Build menu
      image
    • Fixed potential deadlock in SymbolList
    • Added a new option to display output window pane after build
    • Displayed assembly directory for assembly symbol on symbol tool tip
    • Improved performance of Color Quick Info, as well as predefined colors on symbol list
    • Prevented Unload event handler from disabling symbol link after clicking on symbol list title
    • Added tool tip to symbol analysis menu commands, unveiling hidden command options
    • Allowed copying fully-qualified symbol name
  • Super Quick Info
    • Added a new option to display syntax node range related to the trigger point in C# code editor, so it might help you out of the sea of parentheses
      image
    • Addressing an issue working with third party Quick Info extensions
    • Fixed incorrect behavior of Super Quick Info
    • Improved the display of C# explicitly implemented interface members
    • Made namespace symbol on C# Quick Info interactive, displaying namespace and types when clicked
  • Advanced Syntax Highlight
    • Added squiggle underline style
      image
    • Added highlight style for C# local function declaration
      image
    • Fixed priorities of some syntax formats in syntax highlight
  • Code Refactoring
    • Fixed incorrect behavior of RemoveContainerRefactoring
  • Scrollbar Margins
    • Brought back line number and selection margin for text files
    • Added total line number to LineNumberMargin
      image
    • Corrected positioning of markers when scrollbar was in bar mode (shame to have this issue for so long) ^_^!!!
  • Smart Bar
    • Fixed <see/> button on C# Smart Bar was not working expectedly with type parameters defined in containing type
    • Fixed C# Smart Bar was not working in Diff window
  • Navigation Bar
    • Fixed Go To Definition could sometimes fail in member types on namespace lists
  • Extension Development
    • Added more data to Show Active Window Properties command