OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning vscode

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

Select all new line in VS Code (shotcut)

Here is how you can directly select all new line (or end of line) in VS Code text editor

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