I use sublime a lot for coding, and I think ElasticTabstops can be very usefull for that to (aligning comments, ...)
The only thing that is annoying (on de border of unacceptable) is that it interferes with my indentation tabs.
consider the following c code (well, actualy cpp, but well)
#define sommacro(blabla) \
do { \
something(blabla) \
} while(false)
ElasticTabstops will try to align the do to the "" at the end of the first line wich is totally unwanted.
So please add an option to ignore indentation.
I use sublime a lot for coding, and I think ElasticTabstops can be very usefull for that to (aligning comments, ...)
The only thing that is annoying (on de border of unacceptable) is that it interferes with my indentation tabs.
consider the following c code (well, actualy cpp, but well)
ElasticTabstops will try to align the do to the "" at the end of the first line wich is totally unwanted.
So please add an option to ignore indentation.