Skip to content

v7.8

Compare
Choose a tag to compare
@wmjordan wmjordan released this 22 Jan 13:30
· 240 commits to master since this release

What's new

  • General
    • Prevented CSharpSymbolContextMenu commands from crashing VS
    • Fixed potential crash when getting source from implicit constructor
  • Syntax Highlight
    • Made Comment Tagger compatible with the new version of VS
    • Addressed some weird problems of syntax highlight
    • Reenabled C# Syntax Highlight in preview text view
    • Fixed potential VS deadlock caused by Comment Tagger
    • Reorganized syntax styles
    • C# local functions capturing local variables would also be highlighted as capturing expressions
  • Super Quick Info
    • Fixed a potential crash when advanced Syntax Highlight, NaviBar, etc. features were disabled
    • Improved the display of some C# XML Doc
  • NaviBar
    • Added filter buttons to Markdown Navi Bar to filter to specific heading levels
      image
  • Smart Bar
    • Added Sort Lines, Join Lines to Smart Bar
    • Added Delete Statement, Delete Field and Delete Event refactoring
    • Fixed SmartBar would not show up in some cases