Skip to content

2.0 Release Candidate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Hosch250 Hosch250 released this 18 Jul 17:10

The sixth beta release, fixing many more bugs with a special emphasis on the inspections.

  • Parsing/Resolving:
    • Prevent parser/resolver from throwing when creating annotations without arguments for '@Ignore and '@Folder annotations.
  • Inspections:
    • Implement new inspection to check for malformed annotations.
    • Inspections working off the parse tree, such as Obsolete Call Statement, work again.
    • '@Ignore annotation works for parameters and inspections working off the parse tree.
    • Parameter Can Be ByVal inspection now supports inspecting interface implementations and event handlers.
    • Unassigned Variable Usage* inspection now ignores variables passed to the Len and LenB functions, which do not use the variable values.
    • Various bug fixes.
  • Source Control:
    • Now has a hotkey.
  • Find Symbol:
    • Improved performance.
  • Regex Assistant:
    • _NEW!_ Helps you understand your Regex calls.
  • Localization:
    • Inspection quick fix menu has correct localization.
  • Code Explorer:
    • Fixed bug in the Import command.
  • Hotkeys:
    • Individual commands do not run unless they are enabled.
  • Refactorings:
    • Fixed many bugs in Move Closer to Usage.