Include both ByRef and function parameter name in Intellisense for functions #133
Labels
bug
something isn't working
enhancement
new feature or request
intellisense
autocompletion, suggestions, etc.
https://www.autohotkey.com/docs/Functions.htm#ByRef
Function parameters in ahk can be passed ByRef, however the Intellisense only shows ByRef and not the parameter name. It would be nice if it showed both ByRef and the name of the parameter.
The text was updated successfully, but these errors were encountered: