Top choice for developers these days, VS Code has several tips and tweaks to improve the workflow and programming experience.Integrated shell and multiple profile let you get an integrated terminal and select the shell you want.VS Code supports split view of editors, and each split can have their own files opened, making editor groups possible.You can easily open a new file by pressing the CTRL key and clicking on it, and create the file on the go.Pressing ALT key and scrolling the mouse scroll wheel, you can scroll fast to skim through a huge code file.Synchronizing the scroll speed across the editors will help a lot when you are comparing two files side-by-side.Sticky scroll enables to stick the editors' main section you are currently editing to the top of the editor, a reminder, and a navigation helper. VS Code allows the popular item of multi-cursor editing for user convenience. Zen mode provides a focus interface view to avoid clutter with lots of buttons and menus.You can rename a variable by just selecting it and pressing F2, and it will be changed on all occurrences.