The ACL view tab is a great feature that provides insight into how your ACLs are listed and to see if they are implemented in the wrong order. When you have a large number of rules, it comes in handy.
I would like to see the remarks portion of the rule dropped from the output display because it starts to skew the line that may have a rule in question. As an example, I have a rule that is a partially redundant rule of a previous rule. Let's say this rule is line 21 on the ASA and the NPM ACL list shows that this rule as line 47. It takes a time and patience to determine which line it really is on the ASA because the NPM ACL list puts remarks as a separate line. Here is what it looks like (sorry I can't provide a screen shot), so here is my example:
NPM ACL list
16 GROUP_NAME ANY4 PERMIT ECHO
49 DM_INLINE_NETWORK_16 DM_INLINE_NETWORK_17 PERMIT ECHO (PARTIALLY REDUNDANT BECAUSE OF RULE 16)
Actual rules on ASA
10 GROUP_NAME ANY4 PERMIT ECHO
30 DM_INLINE_NETWORK_16 DM_INLINE_NETWORK_17 PERMIT ECHO
I hope this helps to see how remarks being on a separate line skews where the rule is actually located on the firewall. The more remarks the more the actual rule shifts.