Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
/ FibonaccIt Public archive

Visual Studio AddIn to apply an Fibonacci-Styled formatting to the code...

Notifications You must be signed in to change notification settings

erythana/FibonaccIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FibonaccIt

FibonaccIt is an Visual Studio Extension to apply an Fibonacci-Styled formatting to your code.

  • Applies Code to active Window
  • Reformats to (Visual Studio) Default-Settings, based on your language

Sample layout after applying the code

How to run the tool

When running the code/installing the Extension, there will be a new Menu in your Visual Studio toolbar, called "FibonaccIt".
From here you can either format your code or reformat it to Visual Studio Default.

Changed Settings

When running the FibonaccIt Command:

Setting Value
Options-->Text-Editor-->Basic-->Advanced-->"Pretty listing (reformatting) of code" "Unchecked"
Options-->Text-Edtior-->All Langauges-->Tabstops "Insert Spaces"

When running the Reformatter Command:

Setting Value
Options-->Text-Editor-->Basic-->Advanced-->"Pretty listing (reformatting) of code" "Checked"
Options-->Text-Edtior-->All Langauges-->Tabstops "Keep Tabstops"

ToDo

Evaluate wheter it would be usefull (/stylish!) to apply the formatter to the whole project
Implement handling of languages which require Indention, like Python

Bugs/Features

  • If you use this tool on code which requires Indention, like Python, the code will get unusable (but pretty looking, though) - looking into handling this sort of things
    The Reformatter won't work here! But you can revert (Ctrl+Z) these changes...

About

Visual Studio AddIn to apply an Fibonacci-Styled formatting to the code...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published