Small Visual Basic (sVB) for VS CodeThis Visual Studio Code extension is a fork of @alxnull's extension supporting Microsoft's Small Basic language; it instead supports Small Visual Basic (sVB), a derivative of Small Basic. Features
InstallationFrom repositoryCopy the 'pkg' folder as publishername.extensionname-versionnumber to ChangelogSee the changelog for details. Issues-The Folding feature, as inherited from the Microsoft Small Basic extension by @alxnull, did not have a Function/EndFunction pair as Small Visual Basic does, so while folding a Sub hides everything afterward, including the EndSub, folding a Function only hides what is in between. This is because the fall-back and default behavior for text not targeted by the enhanced folding is Indentation-based folding. Since the JSON scheme for the enhanced folding does not allow for multiple target pairs, and since the default folding is adequate, I do not see this as a problem that needs to be addressed. (If anything, I could see removing the enhanced folding for Sub/EndSub, but will not do so unless there is a demand for it.) ContactStephen J Sepan sjsepan@yahoo.com 7-8-2023 |