- Better debugger interaction.
- Reduce extension size.
- Modify the debug icon.
- Output program args after debugging is started.
- Update ahk language config @fade2gray.
- fix getLabelByLine to allow tab characters @tmplinshi.
- Remove variables from outline.
- resolve #52.
- Support run selection script.
- Support open doc
- Fix syntax error.
- Fix variable detect error.
- Fix rename bug.
- Bind key to context menu command.
- Enable IntelliSense as default.
- Fix switch format error.
- fix variable detech fail.
- Fix rename fail when unsave.
- Simple support variable detect.
- Simple implement intellisence.
- Adaptation zeroplus debuger extension.
- Support rename method name.
- Just fix bugs.
- Support find method references.
- Fix syntax bug.
- Add command|method hover feature.
- Add labels to outline.
- More syntax support.
- Support restart current programe.
- Support go to label.
- Fix bugs.
- Support config compiler path.
- Show variable detail in debug evalute
- Support get and modify variable in debug evalute
- Support pause and continue run script.
- Support OutputDebug command.
- Support run unsave ahk script.
- Suport change variable value when debug, contribute by @zero-plusplus.
- Support view variable when change call stack.
- Variable view support complex variable value, contribute by @zero-plusplus.
- Enhance method detecher.
- Fix path with space error.
- Support change defualt ahk execute path.
- Support simple debug.
- Find definition in whole workspace.
- Try go to include script in workspce.
- Update snippets.
- Support Run Script.
- Fix detecher if and while block as methods.
- Support go to method definition in same file.
- Enhance method symbol detection.