Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 1.48 KB

Change Log

All notable changes to the "autoit" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] - 2023-01-20

Added

  • Added hover support for the Exit keyword (issue #10)
  • Added icon for AutoIt2 files

Fixed

  • Fixed issue with wrong hover information sometimes shown due to bad position check.
  • Fixed issue with hover not working in ElseIf/Else-Statement
  • Fixed missing hover information support for built-in function Opt (issue #13)
  • Fixed incomplete text on some macro descriptions (issue #12)
  • Fixed AST to string showing array access as property access instead (issue #14)
  • Fixed isse with IncludeStatement document links using backslash fails to resolve on web and linux

[1.1.1] - 2023-01-09

Fixed

  • Fixed issue with RedimExpression throwing an not implemented error
  • Fixed issue where some parts of the au3 AST were not accessable, when iterating the tree.
  • Fixed au3 hover support within functions (issue #7)
  • Fixed issue caused by the au3 Default keyword
  • Fixed issue where resolving uri from installDir setting did not work
  • Fixed issues with au3 document links not using the script resolved IncludeStatements

[1.1.0] - 2023-01-04

Added

  • Partial AutoIt3 IntelliSense

[1.0.0] - 2021-10-24

Added

  • AutoIt3 syntax highlighting
  • AutoIt2 syntax highlighting