Visual Studio code editor: Eight tips for using GitLab VS Code
As a software engineer, I spend a significant portion of my day in the Visual Studio code editor. Since I started maintaining the officially supported GitLab VS Code extension , I've developed a few tricks that make me a productive GitLab user. Below, I share eight tips that make my work more efficient and productive, while also introducing you to some of the GitLab contributors who made this tooling happen. 1. Clone GitLab project GitLab contributor Felix Haase recently implemented a feature that lets you clone any GitLab project where you are a member . To clone the project, use the official Git: Clone command and select your GitLab instance. Use the Git: Clone command by selecting the command from the Command Palette . This feature can save you time if you already know the name of the project you want to clone. VS Code lets you filter which project to clone. 2. View MRs and issues It is easy to look through issues and MRs that you created, are assigned to, or are revie...