CoffeeChaton / vscode-autohotkey-NekoHelp

autoHotkey-1.1 IntelliSense, format, linters, in vscode https://marketplace.visualstudio.com/items?itemName=cat1122.vscode-autohotkey-neko-help

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Dollar sign prefix is ignored

anonymous1184 opened this issue Β· comments

Bug Report

πŸ”Ž Search keywords

https://github.com/CoffeeChaton/vscode-autohotkey-NekoHelp/blob/main/note/code507.md

To Reproduce (or provide mp4)

  1. Assign a numeric variable prefixed with a dollar sign.

πŸŽ₯ Screenshots/mp4/gif

image

πŸ’» Code

$1 := "test"
OutputDebug % $1

πŸ™ Actual behavior

A neko helpDA(500) warning is issued.

πŸ™‚ Expected behavior

No warning.

Additional context

The above is valid as per AHK v1.1 variable naming. And makes sense in RegEx matches pseudo-arrays.

Duplicate!

v0.0.32(2023-04-01) fix it now