Skip to content

Releases: genius257/vscode-autoit

1.2.5

26 Mar 22:16
Compare
Choose a tag to compare

Fixed

  • Fixed issue with function declaration lookup when using include statement(s) in script. (issue #35)

1.2.4

24 Mar 00:44
Compare
Choose a tag to compare

Fixed

  • Fixed issue with declaration lookup not working as expected. (issue #24)

1.2.3

01 Mar 21:04
Compare
Choose a tag to compare

Fixed

  • Fixed issue with standard library first includes not working when user-defined libraries are used in extension settings. (issue #27)

1.2.2

23 Feb 23:26
Compare
Choose a tag to compare

Fixed

  • Fixed issue with suggestion from includes would stop working seemlingly randomly (issue #22)
  • Fixed issue where include statements would fail on new files not existing on disk with: Request textDocument/documentLink failed. (issue #8)

1.2.1

11 Feb 20:13
Compare
Choose a tag to compare

Changed

  • Updated autoit3-pegjs to 1.1.0

Fixed

  • Fixed issue with resolving IncludeStatement document links for Standard library files (issue #19)
  • Fixed include statement document link position broken if immidialy followed by a single line comment (issue #16)
  • Fixed issue where all builtin suggestions types were marked as functions
  • Fixed issue with keywords not included in completion suggestions (issue #20)
  • Fixed issue function and variables suggestions from included files not shown (issue #18)

1.2.0

20 Jan 00:31
Compare
Choose a tag to compare

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

10 Jan 07:59
Compare
Choose a tag to compare
  • 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

03 Jan 23:58
Compare
Choose a tag to compare

Added partial IntelliSense for AutoIt3

1.0.0

23 Oct 22:42
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/genius257/vscode-autoit