仓库源文站点原文


layout: post title: "VSCode Useful shortcuts and tricks: Dummy Learning VS-Code 0" comments: true categories: Blog

tag: vscode

As a dumb programmer, I am always hoping that I can become one of those geeky and experienced programmers who type rapidly and barely leave their hands from the keyboard when typing in a text editor. Learning more about a text editor sometimes save you a great ammount of time. Although there's always a way to detailed documents, I would still appreciate a simple straightforward chi-chi for tricks of using text editors. It doesn't have to be too advanced which including every trivial tricks or introduce all sorts of customizable plugins, but can still be very useful especially for a newbie to start rolling with the text editors.

That's why I have this blog series about tricks of using text editors, VS Code as the selection, for it is totally free and doesn't need many plugins to start with. JavaScript will be the main language that we are writing.

This first blog will start with some very basic but useful tricks.

<!--more-->

Open a folder

Unfortunately VS Code doesn't provide some right click quick launch option like sublime and atom. But we can still open a folder using a terminal.

code .

Also, if you are on Windows, there's a trick that you can launch powershell at current directory location by typing powershell at the file explorer address bar and then type the command to quickly launch VS Code.

Project Scope Intellisense

You can add a jsconfig.json file to get project scope intellisense by clicking the lightbulb button.

Some very useful shortcuts

You can also find the complete shortcuts here: Key Bindings for Visual Studio Code