• Stars
    star
    124
  • Rank 287,099 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elastic tabstops for Visual Studio

Always Aligned VS

Stop wasting time manually lining up code.

Elastic tabstops are a fundamentally better way of handling text. Now you can use them in Visual Studio.

Animation

Elastic tabstops mean programmers just use one tab between columns rather than inserting the exact number of spaces/tabs on each line in the buffer to make things line up. Always Aligned brings elastic tabstops to Visual Studio while still allowing users to work with code that doesn't use them.

Notes

  • After installation, change Visual Studio's settings to use tabs instead of spaces.

  • Consider adding elastic tabstops to your code standard to minimise whitespace changes in your version control system. Alternatively, if your code standard uses spaces, make sure you enable Always Aligned's "Convert to/from space based files" setting.