jumpToBlocks
is a Visual Studio Code extension designed to jump among curly braces. It helps users navigate easily.
- Feature 1: switch between code block.
Above: A GIF demonstrating Feature X in action.
This extension requires:
- Visual Studio Code version.
- Node.js (if you are developing or building the extension).
This extension contributes the following settings:
- jumpToBlocks.enable: A boolean value to enable or disable the extension.
- jumpToBlocks.someSetting: Set this to
true
to enable a specific feature.
- Issue 1: There may be occasional lag when opening large files.
- Issue 2: The extension may not support certain versions of VS Code.
- Issue 3: [Other known issue].
- Initial release of the extension, including basic functionality.
- Fixed minor bugs related to user interface rendering.
- Added support for new syntax highlighting features.
Make sure to follow the Visual Studio Code extension guidelines to ensure the extension works well across different environments.