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] InlayHintsProvider

CoffeeChaton opened this issue · comments

https://youtu.be/qvPI2tf8OLc

At release, the issue where InlayHints fail to display in function definition parameters will be fixed.

  • support built-in func
  • support use-def func
  • support cmd
  • add main switch
    • add some option like:
{
"AhkNekoHelp.inlayHints.AMainSwitch": true,
"AhkNekoHelp.inlayHints.parameterNamesEnabled": "all",
"AhkNekoHelp.inlayHints.parameterNamesSuppressWhenArgumentMatchesName": true,
"AhkNekoHelp.inlayHints.HideSingleParameters": true,
}

2023-12-15_203419

support built-in func InlayHints, but i dont't has .d.ah1 now, so not Provider goto def.

https://www.reddit.com/r/rust/comments/uki3xp/changing_inlay_hint_color_in_vscode/

The API provided by vscode can be easily modified from here.