You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a followup you seem to have included autocomplete, and because you haven't verified the function list for correctness, typing part of a function and ( will complete to an incorrect function. For example, in File A I have the func abc, and in file B, I've defined abcdefghij. Every time I type abc + ( I'll get the rest of the alphabet to j. This is due to the fact that in file B, there are no includes, and file A and B are included in main.ahk. Therefore what should be valid behavior in AHK leads to annyances while typing.
As a followup you seem to have included autocomplete, and because you haven't verified the function list for correctness, typing part of a function and
(
will complete to an incorrect function. For example, in File A I have the func abc, and in file B, I've defined abcdefghij. Every time I type abc +(
I'll get the rest of the alphabet toj
. This is due to the fact that in file B, there are no includes, and file A and B are included in main.ahk. Therefore what should be valid behavior in AHK leads to annyances while typing.Originally posted by @iseahound in #494 (comment)
The text was updated successfully, but these errors were encountered: