VBA FormatterThis is a VS Code extension to indent VBA and VBS files in the active text editor. As the title states, it's mainly for VBA files. This is a fork/adaptation of VBSPretty by lenilsondc, Lenilson de Castro. You can check out the original here: https://www.npmjs.com/package/vbspretty I made the following modifications:
FeaturesFormats VBA and VBS files. RequirementsVS Code v.1.85.0 Extension SettingsNone Known IssuesNone at this time. Release Notes0.0.1Iniital release 0.0.2Added default line start at 0 when file does not have VBA headers 0.0.3Added extension configuration Added extension as Document Format Provider. This allows the user to set the extension as the default formatter for the VB/VBS language. Enjoy! |