intersystems / isc-codetidy

MIT License
2 stars 5 forks source link

Space Inserted after Macro Call Arguments #58

Open isc-jilee opened 3 months ago

isc-jilee commented 3 months ago

For Macro calls, such as $$$MACRO(foo,bar,baz), empty space is inserted after each comma $$$MACRO(foo, bar, baz).

isc-jilee commented 3 months ago

Since Macros are substituted in the pre-compile step they cannot be treated like method calls.

isc-egabhart commented 1 month ago

Needs "in macro" handler to ignore white space adjustment when in macro parens but outside of function parens See "inJSON" handler