Separate warning for top level delegate types not matching file name
Quick-fix: "Create Parameter" for constructors
Option for C# in JustCode Options/Code Style: Format simple blocks on single line
Warning and Quick-Fix: Use local variable when iteration variable is used in lambda expression
Navigation command "Go To Type of Expression"
Added blank lines formatting after events in C#
FIXED
Fixed: Not showing warning for unused using directives for directives that duplicate and are added to "should never be removed"
Fixed: Showing warning for using directives that should never be removed. The warning is that they are in the same file, but inside different namespaces.
Fixed: "Key Not Found" exception when using refactoring "Organize and Add Missing Usings"
Fixed: "Argument" exception when navigating to next error/warning and the text editor's width is very small
Fixed: Slowness caused by JustCode in WinForms Designer
Fixed: The Visual Aid tag is hidden if there is a virtual space at the end of the code selection (where the cursor is)
Fixed: "Timeout" exception causing JustCode analysis not to work
Fixed: VS crashes when trying to do automatic sync and there is no internet connection
Fixed: Exception in Structural highlighting
Fixed: Quick-fix "Make Field Readonly" didn't work correctly with "struct" fields
Fixed: Color Hints - Though a color hint was disabled, the underlining was still shown
Fixed: Refactoring "Convert Method to Property" no longer works for extern methods
Fixed: Various JavaScript formatter fixes
Fixed: VS2005 & VS2008 - visual aid is hidden when shown right after edit; also fixes condition for System.InvalidOperationException: Cannot set Visibility or call Show or ShowDialog after window has closed.
Fixed: Visual Aid tag is shown in virtual spaces.
Fixed: Quick-fix "Add Stubs" breaks the code in VB.NET for a stub with ParamArray
Fixed: "Expand Selection" didn't work for HTML
Fixed: Wrong return type when using refactoring "Extract Method" and the selection contains "try" statement
Fixed: Refactoring "Extract Method" breaks the code when extracting yield return statements
Fixed: Refactoring "Extract Method" breaks the code when extracting array type with element type type parameter
Fixed: In JustCode Code Style settings: Indent options changes were not applied