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