Amit Merchant

Amit Merchant

A blog on PHP, JavaScript, and more

Camel Humps in VS Code

There are some things that you never know you need until someone tells you about them. For instance, Christoph Rumpel recently shared a handy little setting in PhpStorm called Camel Humps which allows you to navigate through the camel-cased class/variable names using the arrow keys.

Here’s how it looks like.

Camel Humps in VS Code

I would always need something like this but never bothered searching for it. But, now that I know it exists, I wanted to have it in VS Code as well.

So, I searched through the VS Code settings but I didn’t find an equivalent setting. But, I did find an extension called Camel Case Navigation which does the same thing.

Once installed, you can navigate through the camel-cased class/variable names using the arrow keys like a pro.

👋 Hi there! I'm Amit. I write articles about all things web development. If you like what I do and want me to continue doing the same, I'd like you consider leaving a tip. I'd highly appreciate that. Cheers!

Comments?