Skip to content

6.3.0 - 2024-10-19 🕳️

Compare
Choose a tag to compare
@mark-wiemer mark-wiemer released this 19 Oct 16:00
· 14 commits to main since this release
2317a5b

New features

  • Rewrite AutoHotkey v2 definition files using GroggyOtter's syntaxes (#521)
  • Add exclude setting (#488)
    • Excluded files are not included in IntelliSense completion suggestions, even when they're added via #include
    • Changed v2.exclude setting to exclude
    • One setting works for both v1 and v2
    • Changes to this setting take effect immediately, no need to restart your IDE (different than thqby's extension)
    • v2 will exclude excluded files from suggestions even if they're opened in the IDE (different than thqby's extension)
    • v1 no longer automatically ignores files with out, target, or node_modules in their name

Fixes

  • Fix v1 formatter removing extra spaces in strings (#411)
  • Fix v2 formatter moving closing brackets/braces when arrayStyle or objectStyle were set to "none" (the default) (#499)
  • Fixup output channel names: "AHK++ (v1)" and "AHK++ (v2)" instead of "AHK" and "AHK++" respectively
  • Fix duplicate output channels (the "AHK" channel used to be created twice)

Other

  • Rename extension to AHK++ (AutoHotkey Plus Plus) to provide a clear short name while retaining previous brand
    • In 6.2.0, only the settings were renamed. This release renames the extension display name on registries as well.