Closed murataygunn closed 2 years ago
source from https://www.autohotkey.com/docs/Scripts.htm#continuation
Continuation section is support " := " assignment, but need to use := "
I provide warnings for all "=" because of this case diag107 like
Yes. If you use " := " syntax the behavior changes and you have to escape quotation marks. Also, the " = " syntax is valid and isn't an error. Anyways, I admire your efforts on this. Lets make that extension perfect. Thank you very much. I use lots of includes. I keep every class on its own file. Does this effect discovering Class methots?
the " = " syntax is valid and isn't an error.
I will fix it before November, let Error
-> Warning
.
I keep every class on its own file. Does this effect discovering Class methots?
Not affected, but go to def
find all ref
just support topClass
, only IntelliSense support NestedClass
of Method()
now.
I keep every class on its own file. Does this effect discovering Class methots?
Continuation section doesn't support " := " assignment.
Thanks.