thqby / vscode-autohotkey2-lsp

Autohotkey v2 Language Support using vscode-lsp.
https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp
GNU Lesser General Public License v3.0
210 stars 21 forks source link

希望给DllCall.Bind增加类型补全提示 #595

Closed PythonYunfei closed 3 weeks ago

PythonYunfei commented 4 weeks ago

希望给DllCall.Bind("xx","ptr")增加类型补全提示。 有时会把DllCall.Bind("xx","ptr")中的ptr输成prt,故希望增加对应的类型补全提示。