Skip to content

Releases: loganch/AutoIt-VSCode

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