Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Camel Case Skipper By GunnerCatNew to Visual Studio Code? Get it now.
Camel Case Skipper By GunnerCat

Camel Case Skipper By GunnerCat

GunnerCat

|
6 installs
| (0) | Free
Better Camel Case Navigation for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Camel Case Navigation

Overview

Camel Skipper is a fork from an original extension called CamelCase Navigator and fixes major problem where it cant skip over multiple line of text, and delete in a big mass.

Features

  • Navigate between camelCase words: Quickly jump between parts of camelCase words using Alt + Left Arrow and Alt + Right Arrow.
  • Select camelCase words: Easily select parts of camelCase words with Alt + Shift + Left Arrow and Alt + Shift + Right Arrow.
  • Remove camelCase words: Easily remove parts of camelCase words with Alt + Backspace.

Installation

You can install this extension directly from the Visual Studio Code Marketplace or by downloading the .vsix file and installing it manually.

Manual Installation

  1. Download the latest .vsix file from the Releases page.
  2. Open Visual Studio Code.
  3. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing Ctrl+Shift+X.
  4. Click on the ... menu in the Extensions view and select Install from VSIX....
  5. Select the downloaded .vsix file to install the extension.

Usage

Keyboard Shortcuts

  • Navigate Left: Alt + Left Arrow
  • Navigate Right: Alt + Right Arrow
  • Select Left: Alt + Shift + Left Arrow
  • Select Right: Alt + Shift + Right Arrow
  • Backspace: Alt + Backspace

These shortcuts allow you to quickly move or select the camelCase segments within your code.

Example

Given the word thisIsAnExample:

  • Pressing Alt + Left Arrow or Alt + Right Arrow will move the cursor between this, Is, An, and Example.
  • Pressing Shift + Left Arrow or Shift + Right Arrow will select segments of the word.
  • Pressing Alt + Backspace will remove word.

Contributing

Contributions are welcome! If you have any suggestions or find a bug, please open an issue or submit a pull request on GitHub.

License

This extension is licensed under the MIT License. See the LICENSE file for more details.


Happy Coding!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft