New in JustCode's JavaScript Code Style options: Spacing options for variable declarations
Improved in JustCode's JavaScript Code Style options:
Wrapping option "Place statement in a new line if it doesn't fit"
Indentation option "Indent lines in multiline statements"
"New Lines" options defaults
Alignment of JSDoc tags
Improved chained methods invocations formatter
New: The "Fix Format String" and "Use String.Format" commands are available for string constants
New: Remember the JustCode "Disabled" state during different Visual Studio sessions
FIXED
Fixed: The "GoToImplementation" command does not work for method declarations in interfaces, virtual method declarations and abstract method declarations
Fixed: Navigation commands do not work in decompiled code
Fixed: The JavaScript Code Templates do not work in the context of <script> block in a web page
Fixed: JustCode stops the Visual Studio "error underlining" feature even though the JC feature is disabled
Fixed: The "Add default modifier" command is available for virtual methods
Fixed: The "Add default modifier" command is available for static constructors
Fixed: The "Fix Format String" command does not work as expected when the placeholders are longer than 2 digits
Fixed: The #if DEBUG directives are removed after formatting the code
Fixed: Incorrect formatting when the "New Lines" option "After keyword" is disabled
Fixed: Incorrect indentation of nested arrays and object initializers
Fixed: Incorrect indentation of multiline arguments in chained method invocation
Fixed: Incorrect indentation when the "Align multiline call arguments" option is disabled
Fixed: The typing assistance misbehaves when virtual space is enabled
Fixed: The JustCode's Options dialog is empty in Visual Studio 2013 professional when no solution is opened
Fixed in JustCode's Code Templates:
Retrieving the current method name does not work for indexers
The selected from the suggestions window variable is deleted after typing a dot to add properties
The "Insert Property" template cannot be expanded inside rules in LESS
The context cannot be determined correctly if the cursor is located at the end of the file outside of any code
The context is not correctly determined inside VB.NET blocks
Exception when editing a template that doesn't have a description
Fixed: Good-Code-Red: ASP.NET: "Missing member" error for HTML tag with an ID
Fixed: Good-Code-Red: VB: Unexpected end of statement for ^=