Release History

By product

Q3 2013 SP1

November 20, 2013

Q3 2013 SP1 (version 2013.3.1119.1)

NEW
  • 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 ^=
  • Fixed: Good-Code-Red: C#: Unknown method ImmutableList<T> Create<T>(params T[] items)
  • Fixed: The code generation command Arrange Mock doesn't support all cases with generics
  • Fixed: The code generation commands Create/Arrange Mock don't support properties and setters for VB.NET properly
  • Improved: Space key toggles selected row when choosing member(s) after executing Arrange Mock code generation commands