Skip to content

Version 5.11

Compare
Choose a tag to compare
@wmjordan wmjordan released this 23 May 04:47
· 1368 commits to master since this release

This release has added a global namespace node to the navigation bar.
Symbol analysis commands are now asynchronous and won't block the user interface any more.
A new syntax highlight theme Pale Light is added.

A lot of bugs and crashes have been fixed as well.

Symbol analyzer

  • Made most symbol analysis commands asynchronous
  • Supported more scenario to type reference analysis results
  • Significantly improved the speed of find members command
  • Fixed Find Implementations command returned nothing if the symbol was a generic type
  • Fixed Find Referrers command was returning wrong results for generic symbols in object initializers
  • Supported executing Find Referrers on property getters or setters
  • Returned type name for constructors from Copy Symbol Name command

Syntax Highlight

  • Supported font stretch feature, using expanded or condensed fonts in the same family
  • Fixed incorrect customized font sizes after changing editor font size in options page
  • Added a new pale syntax highlight theme
    image
  • Resolved the conflict to brace matching
    image
  • Added method name to the common category of the syntax highlight customziation window
  • Fixed advanced syntax highlighting was not working in C# Interactive window if it was opened before any code window

NaviBar

  • Displayed global namespace
    image
  • Updated icon of search node
  • Automatically select namespace or type in scope when items on NaviBar dropped down

Scrollbar Marker

  • Optimized the display of member names on scrollbar

Super Quick Info

  • Tweaked the display of C# Quick Info to make icons aligned vertically
  • Fixed a bug which caused VS crash in C# Interactive window