Skip to content

Version 5.3: Performance Enhancements and Experience Tweaks

Compare
Choose a tag to compare
@wmjordan wmjordan released this 24 Aug 01:05
· 1739 commits to master since this release

Quite a few new features and improvements are introduced to this new version.

  • General
    • An info bar would be shown after version update
  • Symbol Analysis
    • Made Find Callers command work for fields and attribute constructors
  • Syntax Highlight
    • Enhanced highlight for type cast related keywords and parentheses (#96)
    • Highlighted C# overload operator and destructor punctuation
    • Fixed hanging and performance problem during syntax style changes (#100)
    • Significant performance boost by reducing redundant classification operations in C# documents
  • Smart Bar
    • Customizable web search engines
      shot
      shot
  • Navigation Bar
    • Neighbor types Types referenced by current member (optional)
      shot
    • Optional display of #regions within type members (#97)
    • Themed foreground text of active function for better textual contrast (#98)
    • Fixed crashes after drag&drop operations between partial type files (#99)
    • Optimized scrolling speed when dragging Navigation Bar items within drop down menu
  • Super Quick Info
    • Dimmed similar parts in method overloads
      shot
    • Shift+Click to open source code file for symbol in new window
    • Compatible with VS 2019.3 preview 2, suppressed VS hyperlinks in Quick Info in Alternative Style (#102)
    • Click and Go worked on imported symbols (symbols from metadata)
      shot
    • Fixed duplicated Selection Quick Info in the C# Immediate window
    • Option to display <seeAlso> of overridden XML Doc in Super Quick Info
  • Symbol List
    • Clicking on imported symbol in the list could jump to its definition too
  • Scrollbar Marker
    • Fixed an occasional crash (#101)

And many bug fixes and enhancements