Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 680 Bytes

vscode-autohotkey-Plus

Base of vscode-autohotkey

AutoHotKey language support for VS Code

  • Color Syntax
  • Comment blocks
  • Snippets
  • Method symbol
  • Goto Definition
  • Signature Helper (tooltip for method parameters)
  • Code format (might unsuited for your code)

Further Updates

  • fix the loop error
  • improved the definition detection
  • enable documentation markdown
    • suggest a new approach to documentation params (js like, for example : "@param paramName description")
    • gifs
  • improve the include parser: https://www.autohotkey.com/docs/commands/_Include.htm
  • improve goto definition across files