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

[feat] auto parser `#Include` to get data

CoffeeChaton opened this issue · comments

  • built-in variables support

    ; OK v0.0.45+
    A_Space
    A_Tab
    
    A_AppData
    A_AppDataCommon
    A_ComSpec
    A_Desktop
    A_DesktopCommon
    A_MyDocuments
    A_Programs
    A_ProgramsCommon
    A_StartMenu
    A_StartMenuCommon
    A_Startup
    A_StartupCommon
    A_Temp
    A_Temp
    A_WinDir
    
    ; OK release
    A_LineFile
    
    ; not plan to support
    A_AhkPath
    A_ComputerName
    A_IsCompiled
    A_IsUnicode
    A_ProgramFiles
    A_ScriptDir
    A_ScriptFullPath
    A_ScriptName
    A_UserName
    A_WorkingDir
  • Escape sequences other than semicolon (`;) must not be used

https://github.com/CoffeeChaton/vscode-autohotkey-NekoHelp/blob/main/note/config/files.tryParserIncludeOpt.md

close at v0.0.45