a2
a2 copied to clipboard
Cleanup Autohotkey base library
Expected Behavior
The shipped ahk library is well used and tested. There is overview of what we have and what the usage and testing coverage is.
Current Behavior
There is SO much stuff that no one knows where its from, how outdated it is and if its actually in use.
Possible Solution
- [ ] Build a parser that can gather function names provided by an ahk-file
- [ ] Build an interface that lists the uses of functionality throughout the library.
... this parser could also be used to list possible names for the Hotkey-Interface when putting in code there 🤔
d2bc4e8