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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -