Releases: wmjordan/Codist
Version 4.0: Navigation bar, symbol location distinguishability
This version has introduced a new feature named Navigation Bar.
The navigation bar will replace the one on the top of the C# code editor window. The navigation bar not only provides similar functionalities of the original one, but also shows more syntax nodes containing the caret to help programmers to see syntax structure within a method more quickly.
More functionalities will be added to the Navigation Bar in the future.
By the suggestion of @fitdev, Codist is able to identify the location of symbols which are come from external assemblies and which are defined in the source code now. It is possible to turn this feature on by going to the Syntax Highlight/C#/Symbol Marker section of the options page and assign your favorite style for My Type And Member and Referenced Type And Member.
Lots of optimizations and bug fixes are done within this release too.
Version 3.9: Smart bar and theming enhancements
This release has added quite a lot enhancements to the Smart Bar, as well as the Super Quick Info. Several bugs and user experience issues have also been addressed.
- Double-tapping Shift key to show Smart Bar and option to control the auto display of it
- Tweaked Smart Bar display position
- Added more commands to Smart Bar
- Added an alternative style for C# Quick Info
- Better theming and preview of syntax style config pages
- Symbol marker command enhancements
- Inherited XML Doc
- Updated documentation for Codist
Version 3.8: More info, more marker
This new release featured
- C# symbol marker
- Color Quick Info
- Better themed interface
some tweaks
and some crashes had been fixed.
Version 3.7: Enhanced Super Quick Info
The new version has added an option to show <remarks> in Super Quick Info, and also rendered the missing <code> element in previous versions.
The Super Quick Info are now themed, utilizing existing color schemes in VS.
A good couple of bugs are fixed as well.
Version 3.6: More symbol reference analysis commands
This version introduced more symbol references analysis commands in Smart Bar. The instance producer analyzer and instance as parameter analyzer for named types will help you quickly get familiar with new API libraries. The former will help you find out what method could return an instance of the type and the latter help you find out what method the instance could be directly passed into as a parameter.
- More symbol references analysis commands and more info for result items in Smart Bar
- Break point commands in Smart Bar
- New syntax highlight theme: Simple
- Fixed several bugs which could crash VS
- Improved readability of Super Quick Info with VS Dark Theme
- Classified "case" and "default" labels as branching keyword
Version 3.5: Symbol reference analysis commands, VS 15.8 compat
Version 3.5:
- Made compatible with VS 15.8 (fixed #26)
- Symbol reference analysis commands in Smart Bar
- Paste/Delete (and Find Next) commands in Smart Bar
- Enforced size limit in Super Quick Info
- Bug fixes
Version 3.4: More keyword categories
Version 3.4:
- More keyword categories for syntax highlight, and braces highlight accordance options
- Showed quick info for switch with a single section but more than one cases
- Fixed some problems in Click and Go feature for constructors
- Reduced initial opacity for Smart Bar
Version 3.3: More Smart Bar improvements
This version introduced some new New Smart Bar commands, and existing commands were improved.
Theme colors were used for Smart Bar icons and background.
Several bugs were fixed too.
Version 3.2: New options pages, Smart Bar enabled by default
After using the Smart Bar feature for a while, which seemed to be stable and handy, in this new release, I enabled Smart Bar by default.
Options pages in the Syntax Highlight section were also rearranged.
Version 3.1: Interface tweaks and bug fixes
This version has made several tweaks and optimizations in the user interface.
Several bugs were fixed as well.