Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.34 KB

File metadata and controls

40 lines (25 loc) · 1.34 KB

Support for JetBrains Move Caret to Code Block Keybinding

Thank you for using our extension! Here are the ways you can get support:

GitHub Issues

If you encounter any bugs, have feature requests, or need help, please create an issue on our GitHub repository: https://github.com/talkl/jetbrains-move-caret-to-code-block-keybinding/issues

When creating an issue, please include:

  • A clear description of the problem or request
  • Steps to reproduce (if it's a bug)
  • Your VS Code version
  • Your operating system
  • Any relevant error messages

Documentation

For information about the extension's features and usage, please refer to the README.md file in the repository.

Keybindings

The extension provides the following keybindings:

  • Move Caret to Code Block Start: Cmd+Alt+[ (Mac) / Ctrl+Alt+[ (Windows/Linux)
  • Move Caret to Code Block End: Cmd+Alt+] (Mac) / Ctrl+Alt+] (Windows/Linux)

You can customize these keybindings in VS Code's keyboard shortcuts settings.

Contributing

We welcome contributions! If you'd like to contribute to the project, please:

  1. Fork the repository
  2. Create a new branch for your feature
  3. Submit a pull request

License

This project is open source and available under the MIT License. See the LICENSE file for more details.