How to show/reveal hidden or invisible characters in NetBeans?

Viewed 42538

How can you show/reveal hidden characters in NetBeans? In other editors, if this feature is turned on, a space might be shown as a small centered dot, and a tab as a right arrow. (This feature is useful to see if a file uses tabs or spaces for indentation, among other things.)

7 Answers
View -> Show Non-Printable characters

enter image description here

Related