发现 V2EX 玩 ahk 的还挺多的, 推广一波 https://github.com/cweijan/vscode-autohotkey
支持函数声明检测、跳转, 调试 ahk 脚本

发现 V2EX 玩 ahk 的还挺多的, 推广一波 https://github.com/cweijan/vscode-autohotkey
支持函数声明检测、跳转, 调试 ahk 脚本
1 cweijan OP |
2 jin7 Mar 29, 2020 不超过 10 个吧. 格式化貌似有 bug while (handle = "") { ControlGet, handle, Hwnd, , xxxxxxxxxx, ahk_pid %pid%, yyyyyy sleep 500 } 当然我也极少用它. 目前插件 AutoHotkey Manager 和 AutoHotKey SlimCode |
4 jin7 Mar 29, 2020 while (handle = "") { ControlGet, handle, Hwnd, , xxxxxxxxxx, ahk_pid %pid%, yyyyyy sleep 500 # 格式化有问题 } |
6 jin7 Mar 29, 2020 while (handle = "") { ControlGet, handle, Hwnd, , WindowsForms10.Window.8.app.0.lsfjlsjfb_ad1, ahk_pid %pid%, abc sleep 500 } |
9 ob Mar 29, 2020 厉害了 |
11 loading Mar 29, 2020 via Android 我 windows 没用 vscode,不然我也写个 ah.k 。 |
12 JustinL Mar 29, 2020 对我有用,支持一下。 |
13 wysnylc Apr 2, 2020 支持支持 |
14 nonoroazoro Jan 13, 2021 加油 继续更新啊 |