autohotkey-plus icon indicating copy to clipboard operation
autohotkey-plus copied to clipboard

AutoHotkey language support for Visual Studio Code

Results 13 autohotkey-plus issues
Sort by recently updated
recently updated
newest added

参考如下,代码文件链接:https://github.com/TheArkive/JXON_ahk2/tree/master 因为无法识别单引号和转义字符,字符串内的 "{"、"[" 均会被识别为语法符号,导致格式化错乱 ![image](https://github.com/cweijan/autohotkey-plus/assets/16507416/6bf7a1f9-2b15-4a2d-8c15-a0c42d9cebc8)

Ref https://github.com/vscode-autohotkey/ahkpp/issues/279 by @fade2gray 1. Debug this script with a breakpoint on the first line: ```ahk ahk := "AutoHokey" ExitApp ``` 1. Stop debugging (click the red square in the...

bug

Hello, There is this undesired behavior where everything before a double colon is recognized as a hotkey even if the double colon is inside a string. This messes up the...

bug
syntax highlighter

This is a curious issue. I discovered that breakpoints aren't being obeyed on source files that are added to a OneDrive folder in Explorer. This took a while to discover...

bug
debugger

The results are too aggresive: ![image (2)](https://user-images.githubusercontent.com/11593903/151572753-ee0e7f83-1b43-42f0-8b47-1f8d8c8bfbbf.png)

enhancement
intellisense

OS: Windows 10 Pro 64 bit AHK: 1.1.33.2 Installation Path: C:\Program Files\Other\AutoHotkey My copy of AHK is installed in a non-default location. At the moment vscode-autohotkey installs (apparently) ok, but...

enhancement

Please see ... [https://github.com/fade2gray/vscode-autohotkey-1/pull/1](https://github.com/fade2gray/vscode-autohotkey-1/pull/1)

debugger
enhancement

I tried add 'args' section in launch.json, but didn't work. How can I set startup arguments?

question
debugger
help wanted

vscode 1.51.1 / vscode-autohotkey 2.60 / ahk 1.1.33.02 ``` #Requires AutoHotkey 1.1.33+ #Warn All #SingleInstance Force #NoEnv SetWorkingDir %A_ScriptDir% SetBatchLines -1 array := {} ; --- Something strange ; array[99]...

bug
debugger

Hi, Go to definition works ok with multiple included files but i cant go to a function/symbol in other files. "Go to symbol in editor" works ok. For example; ----...

enhancement
outline