tab-stop READMESet one or more tab stops to assist with aligning and formatting your code. FeaturesTab Stop lets you specify one or more columns to indent your code to when invoking the extension. You can use it to fill space before your If your cursor is past the last tab stop you provide, nothing will be filled. If you provide multiple characters to fill, it will cycle through them and stop at provided column, trimming the character string as needed. Example: Turn this: Into this: Note: this is not an auto-formatter. I had to place cursors at each appropriate place in the example. I recommend binding the This extension pairs nicely with VS Code's column markers. Set a marker to each tab stop so you have a visual indication of where you will indent to next. Extension SettingsThis extension contributes the following settings:
Known IssuesNone Release Notes1.1.2024032811Added support for dedenting to the previous tab stop Improve/add multi-line support for both indenting and dedenting 1.0.1Fixed bug in tab-stop column sorting to handle values less than 10 and greater than 99 1.0.0Initial release of Tab Stop |