There is a nice feature in ObjectScript that allows calling Query elements as ObjectScript classmethods by adding Func.
But the "Goto Definition" on such Func methods go always to SQL.Statement() which is pretty useless.
It'd be great to enable "Goto Definition" to navigate to a Query source.