VS Code Zoom In and Out Font and Editor
Let’s quickly have a look at how we can easily zoom in and zoom out in VS code. By default, VS Code allows you to: Zoom In CTRL + Zoom Out CTRL – Reset...
Let’s quickly have a look at how we can easily zoom in and zoom out in VS code. By default, VS Code allows you to: Zoom In CTRL + Zoom Out CTRL – Reset...
If you’re working with a lot of nested code, sometimes it’s hard to identify matching brackets, braces, or parentheses. The good news is that VS Code now allows you to color the bracket pair...
In this post, we’re going to talk about ‘security.txt’: what is it what are the benefits the downsides how you can easily create your own ‘security.txt’ file how to make the best of it...
Update: As of April 2022 (v1.67) bracket pair colorization is enabled by default. By default, VS Code comes with plain light-colored brackets which can be confusing when you have plenty of parentheses, brackets, and...
If you’ve been going through developer blogs reading technical articles, you’ve most probably seen little windows that look just like this one: This is a GitHub Gist. A Gist is an easy way to...
If you’re working with a lot of editor tabs open, you already know how unpleasant it is to scroll through tabs to find the file that you want. VS Code now allows you to...