Block OutlinerBlock Outliner is a Visual Studio Code extension that visually highlights code blocks enclosed by parentheses, brackets, and braces, making it easier to read and navigate through nested structures. Features
How to UseActivating the ExtensionYou can activate the extension in two ways:
ConfigurationBy default, the extension is enabled. You can change this setting in the VSCode settings:
Customizing Colors and BordersCurrently, the colors and borders of the blocks are fixed:
In future versions, customization of these colors might be considered directly in the extension settings. Usage Examples
This code will highlight the parentheses block (a + b) in red.
The block { key: "value" } will be highlighted in green. Contributions Contributions are welcome! Feel free to open issues and pull requests on the GitHub repository. License This extension is licensed under the MIT License. See the LICENSE for more details. Author Developed by Magno Matos. If you have any questions or suggestions, feel free to reach out. Thank you for using Block Outliner! I hope this extension makes it easier to read and understand your code. |