CoffeeChaton / vscode-autohotkey-NekoHelp-Old

my style
Other
9 stars 0 forks source link

Continuation Section equal symbol #3

Closed murataygunn closed 2 years ago

murataygunn commented 2 years ago

image

Continuation section doesn't support " := " assignment.

Thanks.

CoffeeChaton commented 2 years ago

Multi-line

source from https://www.autohotkey.com/docs/Scripts.htm#continuation

  1. Continuation section is support " := " assignment, but need to use := "

  2. I provide warnings for all "=" because of this case diag107 like diag107

murataygunn commented 2 years ago

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?

CoffeeChaton commented 2 years ago

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.

Completion_class

CoffeeChaton commented 2 years ago

I keep every class on its own file. Does this effect discovering Class methots?

try it