Skip to content

Releases: wmjordan/Codist

Version 3.8: More info, more marker

19 Sep 02:51
Compare
Choose a tag to compare

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

01 Sep 06:33
Compare
Choose a tag to compare

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

23 Aug 08:25
Compare
Choose a tag to compare

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

21 Aug 08:55
Compare
Choose a tag to compare

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

21 Aug 08:53
Compare
Choose a tag to compare

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

05 Jul 01:01
Compare
Choose a tag to compare

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

16 Jun 02:08
Compare
Choose a tag to compare

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

12 Jun 01:25
Compare
Choose a tag to compare

This version has made several tweaks and optimizations in the user interface.
Several bugs were fixed as well.

Version 3.0: Work with your fingertips via Smart Bar

02 Jun 00:25
Compare
Choose a tag to compare

The new version brings an innovative feature to the world of Visual Studio Extension: Smart Bar.

Smart Bar is a context-aware toolbar which appears when you select some text in the code editor.
The Smart Bar shows some buttons which lead you to commonly used operations according to your selections, for instance, Find All References, Go To Definition (F12), Format Selection, etc. are available when you select a symbol in the C# editor, but when you selection is literal text or numeric values, those buttons will not appear.

Smart Bar is by default disabled in this release. But you can very easily turn it on by checking the Smart Bar check box in the options page.

Version 2.9: Individual switches for toggling features

26 May 00:27
Compare
Choose a tag to compare

This new release includes:

  • Super Quick Info showed a context menu for symbols with multiple declaration locations
  • Super Quick Info showed attribute annotation parameter information
  • Added highlight for abstract keywords
  • Styled rendering for in XML Doc
  • Individual switch for toggling features of Codist
    ! Changed the display of member modifiers in Super Quick Info
  • Fixed argument of method could not display information for some keyword values in Super Quick Info
  • Fixed option was not correctly initialized in the options page
    ! Code refactoring and fixes