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

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -