Code TitlerThis is a simple extension to create uniform titles and subtitles for your code blocks directly on VSCode. The titles and subtitles will have the same length. That helps to identify sections and subsections on your code. I come from a art background, so I'm very visual with my code organisation. (Some call it OCD.) FeaturesThere are two ways to build your titles and subtitles.
You can Resize the titles on a document. For that hit the shortcut:
That will only change the titles on that active document. How does it workCode Titler looks for a pattern built from a : CommentTag + fill It will look for both open and close tags to register it as a title.
The extension does not keep any Log of the titles. (Maybe on a future version I might try to create a "Page of Contents") For now It'll create uniform size titles, read the document to apply decoration to the titles, read the document to resize the titles. Extension SettingsYou can change the fill, length and personalise open and close tabs. open and close tabs => are the syntax for whatever language you are using. fill => is gonna take the "blank space" necessary to keep all your titles and subtitles to the same size. Personalised tags => In case there are another language and syntax that is not supported yet. Fell free to change on those settings. There's also a styling settings that you can change colour, font style, font weight and background colour of the titles. Known Issues
Release Notes0.0.1Initial release of my very first VS Code Extension. 0.1.0First minor update after some testing.
0.2.0
Thoughts?Anyone that is keen to collaborate is welcome. Feel free to send me a message or drop an issue and we can build stuff together. I know that this is a simple extension but I hope it help keeping devs codes organised. |