Camel Humps in VSCode

1 min read  •  18 May 2022
Views:

While development, to navigate through the code you might often use alt + arrow keys to move the cursor by word.


But while working with camelcasing, it does not consider the words within the camelcase. To move the cursor with respect to the camelcased words, we can use an extension in VSCode called Camel Case Navigation


It allows us to move the cursor with respect to camelcased words. Here's how it works:


Before:
before-camel-humps

After:
after-camel-humps