Quote:
Originally Posted by ajp_anton
Feature request: allow comments on split lines, like this:
filter(argument 1 #comment
\, argument 2)
|
Another closely related request:
Example:
function1()
#\.function2()
\.function3()
allow commenting out the middle line for easy temporary removal of the middle function. /**/ commenting just isn't very practical...
The previous request would allow for a
\#.function2()
comment, but commenting out the full line including the \ would make life even better =).