4.0.0 - 2023-07-29 🍀
Minimal changes here, just following semantic versioning since there are breaking changes.
Breaking changes:
- Rename some settings. Users will have to manually adjust these new settings from the defaults to match their old settings:
ahk++.formatter.indentCodeAfterSharpDirective
is nowahk++.formatter.indentCodeAfterIfDirective
ahk++.language.enableIntellisense
is nowahk++.intellisense.enableIntellisense
ahk++.file.maximumParseLength
is nowahk++.intellisense.maximumParseLength
Other changes:
- IntelliSense no longer suggests words when a user presses space (Issue #110)
- IntelliSense now suggests
foo(p1, p2)
instead offoo (p1,p2)
- Improved descriptions of settings