Version 6.2: Codist just get updated
The most notable improvement in this new version is the scrollbar marker for C# matched symbols, which helps you to locate where a symbol is assigned new values or set to null in the current source file, thus it is automatically turned on after this update.
Another good thing for VS 2022 users is a new option to disable the change tracker from bringing out the change preview window unintentionally. The change tracker bar beside the line numbers on the left of the editor had bothered me quite a few times when I just tried to select lines with my mouse. The preview window popped up if I was not careful enough to move my mouse around the tracker bars. This new option prevents this annoyance from happening.
The auto-build numbers function now adds a new option to update the year number in AssemblyCopyrightAttribute
.
Better support for C# ref
types and members is implemented in this build.
More bug fixes and improvements can be read on issue #192.