whitespace - Display only leading spaces (and not tabs) in IntelliJ IDEA -


i'm looking option (or combination of options) have more granular control on display of whitespace in intellij idea.

i'm looking options similar eclipse's: eclipse whitespace configuration

(general → editors → text editors → show whitespace characters → configure visibility)

more specifically, want see leading spaces conflict tab-only indentation in code.

note i'm aware can detect leading spaces regex search , can apply automatic formatting fixes them - point of question see spaces (that's why put in bold above)

there no such options in intellij idea of version 15.


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -