OneBite.Dev

🧑‍🚀 Blog for learning vscode

vscode blog posts, coding tips and trick in a bitesize to help you learn vscode.

find and replace text in VS Code using regex

Here is how to find a certain text on VSCODE using regular expression and replace it with anything you want using part of the text before

vscode

Case sensitive when multiple select - cursor on VS Code

I often found myself selecting multiple variable on VSCode, but the problem is, it is case insensitive. Today I learn how to make it case sensitive

vscode text-editor