Fibonacci TabbingFibonacci Tabbing is a simple Visual Studio Code extension that overrides the default tab and shift+tab behavior to use indentation widths based on the Fibonacci sequence (with a multiplier of 2). Instead of a fixed number of spaces per tab, each new indentation level uses the next Fibonacci number (times 2) for the number of spaces. For example:
This creates a visually interesting and non-linear indentation style. Features
RequirementsNo special requirements. Just install and use! Extension SettingsThis extension does not add any custom settings. Known Issues
Release Notes0.0.1
Following extension guidelinesEnsure that you've read through the extensions guidelines and follow the best practices for creating your extension. Working with MarkdownYou can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
For more informationEnjoy! |