

Git Easy: Push Current Branch (to any remote).Git Easy: Push Current Branch to Origin.Git Easy: Pull Current Branch from Origin.Imports the following git commands for you to use from the command palette.
Subl and visual studio shortcuts code#
This extension will make VS Code use Atom keyboard shortcuts after installing and restarting. The following plugins will map familiar keyboard shortcuts from your previously favorite editor to VS Code.ĭue to the relative recent release of this editor things like minimap haven't been created yet but VS Code's extension library is rapidly growing. VS Code offers icon theming so that you can switch between icon themes in the same manner you'd switch code themes.
Subl and visual studio shortcuts full#
The ability to work with a full featured integrated terminal let's you run everything you normally would from your terminal of choice. When changing your color theme VS Code let's you preview them live when selecting one. There is a built in GUI for Git for the most common commands which makes it really easy to instantly see the changes you're making in your project. By default it comes with support for NodeJS and can debug anything that is transpiled to JavaScript but other runtimes like C++ or Python will require an extension to be installed. The built in debugger helps you accelerate editing, compiling, and debugging by adding breakpoints and watchers. Everything else you need is likely an extension you just need to install.Ī very helpful syntax highlighter and autocomplete feature that provides smart completions based on variable types, function definitions, and imported modules.īv Get Started w/ JavaScript for free! Debugging

The main features that make VS Code unique is the sidebar that hosts the core features you'll be interacting with to code and refactor with. You can find the documentation for extensions here: Features Every feature you find in VS Code has done an excellent job building simple set of features that focus on making you productive with syntax highlighting, smart completion, integrated git, and the in editor debugger.Īll packages you find are built with JavaScript so it's easy for anyone to make packages.
