Skip to content

Releases: loganch/AutoIt-VSCode

v0.1.7

26 Sep 18:52
Compare
Choose a tag to compare
  • Updated ReadMe with links and more information about shortcuts and configuration
  • Improved handling of functions from include scripts
  • Debug Console and MsgBox can now be inserted solely with the cursor on the variable
  • Symbol search now catches multiple variables declared on the same line
  • Added and optimized #include snippets for all default scripts
  • Converted some keyword snippets into IntelliSense completions

v0.1.6

01 Aug 03:10
Compare
Choose a tag to compare

0.1.6

  • The extension can now read in functions from user-specified include files and provide completion IntelliSense hints for them
  • Added internal function parameters to IntelliSense (they are not yet limited to appearing in the scope of the function)
  • Added configuration a path to launch Koda including an "Alt+M" shortcut
  • Adjusted snippet code to better follow VS Code syntax

More IntelliSense!

03 Jun 21:07
Compare
Choose a tag to compare
  • Added in function signature helpers (parameter info)
  • AutoIt commands and keybindings now only show/activate in AutoIt files
  • Debug MsgBoxes and Debug Consoles now match the indent of the line that they're generated from

QuickFix: Au3Info path configuration

16 May 15:40
Compare
Choose a tag to compare
v0.1.4

Update version number in manifest

Path Configuration

04 May 16:40
Compare
Choose a tag to compare

0.1.3

  • Added AutoIt Configuration in Visual Studio Code Preferences.

The IntelliSense release

27 Apr 06:35
Compare
Choose a tag to compare

0.1.2

  • Hovers have been added for all UDFs
  • Implementation of Completion Items has begun (Function, Macro, and Variable suggestions will now have different icons)
  • Symbol search added, press Ctrl+Shift+O to see where Functions and Variables have been declared in scripts