Skip to content

Instantly share code, notes, and snippets.

@anonymous1184
anonymous1184 / VSCode.md
Last active March 19, 2024 18:42
AHK Debugging with Visual Studio Code

AHK Debugging with Visual Studio Code

Created on 2021/11/03 with VSCode version 1.53.
Last revision on 2022/06/30 with VSCode version 1.68.2.

I'm not a native English speaker, so please report inconsistencies to [u/anonymous1184][00] (or send a .patch of the [source][01]).

Table of Contents

@ravikumarjain
ravikumarjain / hotstrings_tooltip.ahk
Created October 28, 2015 08:55
autohotkey Hotstrings with tooltip
;This is not my original script. I took from sevral places (please see links below) and combined it in one script.
;http://www.autohotkey.com/board/topic/58483-how-to-access-the-hotstring-recognizer/
;https://superuser.com/questions/936306/tooltip-should-appear-after-typing-two-letters-of-the-hotstrings/
Loop, Read, %A_ScriptFullPath%
If RegExMatch(A_LoopReadLine,"^\s*:.*?:(.*)", line) ; gathers the hotstrings
hs.= line1 "`n"
Loop {
Input, out,V L1 ;,{BS} ;I removed this ,{BS}
If out in ,,,`t,`n, ,.,?,! ; hotstring delimiters