tab-indent-space-align icon indicating copy to clipboard operation
tab-indent-space-align copied to clipboard

A Visual Studio Code extension for those who know the difference between indentation and alignment.

Results 7 tab-indent-space-align issues
Sort by recently updated
recently updated
newest added

When using copilot if you press tab you accept the sugestion. with this exension it just stop working

Issue Type: Bug When this is installed, highlighting a block of code and pressing tab will also add tab characters on empty lines, rather than just indenting the lines with...

Is it possible to disable for let's say scss file types?

I'm in the end of a line and press tab but it inserts spaces. The file is configured to use tab as indentation, so in this case it should insert...

This extension is great for using tabs for indentation while aligning comments white spaces, however it interferes with features that automatically continue comment blocks on pressing Enter. Say `>` is...

Not sure how familiar you are with Vim and the [VSCode Vim extension](https://github.com/VSCodeVim/Vim). However this extension breaks the Vim '_Normal_' mode, because of the keybind "`Alignment Preserving Newline`", registered by...

It seems this extension assumes that tabs are only valid before other characters. If you have a non-tab character, then you cannot insert further tabs on the line. I don't...