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] `#include` new completion

CoffeeChaton opened this issue Β· comments

Feat Provide

πŸ”Ž Search keywords

https://github.com/CoffeeChaton/vscode-autohotkey-NekoHelp#3-completion-of-include
and
#27

πŸ’» Exp Code

#Include %A_Desktop%\ca.ahk
#Include C:\dev_main_P7\Lib\array.ahk
#Include %A_LineFile%\..\..\fn_img_finish.ahk

Additional context

ira.mp4

2023-11-11_184705

  1. Preview outline, will only exist after this file has been parsed now.
  2. File description, use the first ahk-doc, and the next line of the first ahk-doc must be blank.

~~ - [x] add new congfig to parser file at background. ~~

can use "AhkNekoHelp.files.tryParserIncludeOpt"