Added MSpec support for the JustCode Unit Test Runner.
Improved Unit Test Runner speed.
Improved Nunit support for the JustCode Unit Test Runner.
New Refactorings (All of them working for C# and Visual Basic):
Added "Extract Interface" refactoring.
Added "Introduce Parameter" refactoring and quick fix.
Added "Inline Method" refactoring.
Added "Generate Documentation" refactoring.
Added "Convert Method To Property" refactoring.
Quick Hints:
Added "Invert if-else Statement" hint for C#, VB and JavaScript.
Added hints in VB for convert auto-property to normal and the other way around.
Added hints in VB Convert explicit typed local variable to implicit and the other way around.
Added hints in VB for Add/Remove "Me" qualifier.
Quick Fixes (All of them working for C# and Visual Basic):
Added "Create Parameter" for identifiers in method body
Added "Add Parameter to Method" from method calls.
Added "Delete unused parameter" - Keeping the side effects or removing all assignments
Added "Create and initialize field" for unused parameter of constructor.
Added "Create and initialize property" for unused parameter of constructor.
Javascript Support:
Improved navigation and refactoring in JavaScript
"Go To Definition", "Find Usages" and "Rename" now work solution-wide in JavaScript.
Templates:
Templates improvements
Added acronyms that allow easier expansion
Added more templates - C#, VB and JavaScript.
Visual Features:
Syntax Highlighting is disabled by default now. If you want to use it, please enable it from the options dialog.
Structural Highlighting.
Made Visual Aid size configurable in the JustCode options.
Added an option to hide the Visual Studio Smart Tag.
Improved JustCode keyboard shortcut handling - shortcuts are preserved upon version updates.
Improved JustCode context menus.
Typing Assistance:
Typing assistance now moves automatically the semi-colons to the end of the line for C#.
Additional Warnings:
Split Remove Unused Variable/Parameter/Field quick fixes into two - one that preserves assignments side-effects and one that deletes assignments as well.
Added warnings for unused private members in VB.
Added warnings for unused local variables in VB and JavaScript
Added warnings for unused parameters in VB and JavaScript
Added warnings and fixes for class-file-name mismatch in VB
Added warnings for assignment with no effect in VB and JavaScript