Fixed: All type code completion shows internal types which can not be used
Fixed: Sometimes all type code completion does not insert the correct using
Fixed: Sort order of all type code completion list
Fixed: JustCode can now load extensions by full path, used for debugging
Fixed: When code generation command "Create Constructor" is executed on a struct identifier a static constructor is created
Fixed: Code generation command "Create Derived Type" is now disabled for structs
Fixed: Compatibility with the Microsoft Debugger Canvas extension for Visual Studio 2010
Fixed: Typing Assistance: Closing brace/bracket/paranthesis were not always automatically added
Fixed: Typing Assistance: Do not add closing bracket, brace, parenthesis when in string or char literal
Fixed: Typing Assistance: Move semicolon to a correct position if it is pressed when IntelliSense is opened
Fixed: Typing Assistance: Do not add a closing parenthesis before identifiers and literals
Fixed: Typing Assistance: Enable automatically closing of parenthesis, brackets, braces right after enter hit
Fixed: Typing Assistance: Disable Typing Assistance during incremental search
Fixed: Typing Assistance: When there are nested statements on one line and Enter is pressed after opening brace, the caret is now positioned correctly
Fixed: Disable Typing Assistance if the current file selection is in box mode
Fixed: Disable Typing Assistance if a dead key is pressed or processed
Fixed: Disable Templates expanding in comments
Fixed: Disable quick-hint "Move To Parameter" for optional parameter values
Fixed: Exception when decompiling System.Char.Is*Surrogate*() methods
Fixed: Context menu in WinForms no longer loses focus during editing
Fixed: A warning for unused member is shown if the only usage of a method is a recursive call
Fixed: Moved min/max empty lines settings from "New Lines" to "Blank Lines" page in JustCode Options
Fixed: Renaming type parameters in C# now renames the type parameter constraint (if any)
Fixed: Refactoring "Convert Property To Method" creates static field if the property is static
Fixed: "Argument Out Of Range" exception in Naming Conventions Analyzer
Fixed: Disable renaming of linked files
Fixed: Null Reference Exception in "Find Usages"
Fixed: Naming Conventions: Allow escape characters only at the beginning and end of a word
Fixed: Null Reference Exception in Visual Aid on Enter key
Fixed: Lots of small fixes and improvements in C# and VB.NET formatters
Major highlights
Added support for Visual Studio 11 Beta
Improvements
Added support for Visual Studio 11 Beta
New Visual Studio project item templates for JustCode extensions development
New in Formatter:
For CSS - new option in "Code Style\CSS\New Lines" page. It controls how the declarations in rules will be formatted
Added editable collection of elements in HTML and XAML Code Style settings. An element from this collection should be kept on a single line
Added new lines formatting options in code style settings for XML, XAML and HTML for elements with only textual content and elements with empty content
VB.NET formatter is improved with new lines and spacing options