Get "PHP 8 in a Nuthshell" (Now comes with PHP 8.3)
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.

Like this article? Consider leaving a

Tip

👋 Hi there! I'm Amit. I write articles about all things web development. You can become a sponsor on my blog to help me continue my writing journey and get your brand in front of thousands of eyes.

Comments?