Untabify Text Columns READMEFor text files with tab-separated columns, this extension replaces each tab with the appropriate number of spaces to maintain a columnar layout. Additionally, it can do the reverse, replacing multiple contiguous spaces with tabs. If there is no active selection in the text editor, the entire file is processed; otherwise, only the selected text is modified. Example UsageThe following animation shows an example of untabifying a section of assembly language source code and then a simple data file. The final screen shows the available configuration settings. Keybindings
Extension SettingsThe following configuration settings are available for the
Known IssuesThe first line of the file (or of the selected text) is used to determine how many tab-separated columns there are. If that line has more columns than subsequent lines, Untabify will work as expected. But if the first line has fewer columns, then only that many columns will be untabified for all subsequent lines, which could leave behind unprocessed tabs. Release Notes0.1.0Initial release |