25 VSCode Tips and Tricks

List of Important tips, tricks, and shortcuts for increasing speed coding

Mohammad Yaser Ahmadi
5 min readMar 5, 2023

Shortcuts and useful tricks in Visual Studio Code (VSCode) are important because they allow you to navigate and use the software more efficiently and effectively. By learning and using shortcuts, you can save time and increase your productivity.

Here are some reasons why shortcuts and the below tricks are important in VSCode:

  • Speed: Shortcuts allow you to quickly navigate through the code editor and perform actions without using the mouse or trackpad. This can significantly speed up your workflow.
  • Efficiency: By using shortcuts and the below tricks, you can complete tasks more efficiently than using menus and toolbars. This is especially true for tasks that require multiple steps.

1. Smooth Cursor

In Visual Studio Code VSCode, you can enable a smooth cursor by changing a setting.

  • Open settings editor
  • In the search bar, type cursor smooth
  • Change Cursor Blinking
  • On cursor smooth Caret Animation

--

--