helsmy / vscode-autohotkey

A simple Autohotkey language server with some advanced features
https://marketplace.visualstudio.com/items?itemName=helsmy.ahk-simple-ls
GNU Lesser General Public License v3.0
7 stars 3 forks source link

The parameter hint does not work correctly #5

Open CzarOfScripts opened 2 years ago

CzarOfScripts commented 2 years ago

The parameter hint does not work correctly.

image

helsmy commented 2 years ago

Okay I will try fix that

CzarOfScripts commented 2 years ago

I think this is not the correct mapping of the "args" parameter. Since the parameter is mandatory, but it stands for "spread" from JS.

image