Skip to content

benjaminprojas/vscode-inline-spacify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-inline-spacify README

This allows users to convert tabs to spaces inline for alignment purposes. Simply enable the plugin, then save an open document. All inline tabs will be converted to the proper spacing. (This excludes tabs at the beginning of a line).

Features

The extension automatically runs on file save which is automatically handled by VS Code at regular intervals.

Before (Notice the inline tabs used for alignment):

Before

After (The inline tabs have been converted to spaces):

After

The extension can also be executed on demand

  • Mac: Shift + Command + Alt + Space
  • Windows: Shift + Win + Alt + Space

Extension Settings

This extension defaults to the tab size of the current document, otherwise falls back to the default tabSize editor setting: editor.tabSize

Release Notes

1.0.1

Active text editor can't be set to a class property.

1.0.0

Fix context issue when using keyboard shortcuts.

0.0.2

Update icon and keywords.

0.0.1

Initial Release!

About

Convert tabs to spaces in the middle of a line. This is for anyone who loves tabs, but likes to space out their variables using spaces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published