As an Amazon Associate I earn from qualifying purchases.
🔥 Progammer Lego Toys: amzn.to/3LZWov7
🔥 Data Science Foundation Book: amzn.to/41rWNfu
🔥 C# Players Guide: amzn.to/3I56hGC
Chapters:
00:00 Intro
00:08 Begin Explanation
00:40 Great Keyboard Shortcuts
02:11 Zen Mode in VS Code
02:39 File Dragging and Display
03:55 File Compare Differences
05:00 Outtro
Visual Studio Code Tutorial Series | Part 2 | The Interface A First Look
Visual Studio Code is a free source code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.
Why did we build Visual Studio Code?
Visual Studio Code combines the simplicity of a source code editor with powerful developer tooling, like IntelliSense code completion and debugging.
It is an editor that gets out of your way. The friction-less edit build debug cycle means less time messing with your environment, and more time executing on your ideas.
macOS, Linux, and Windows#
Visual Studio Code supports macOS, Linux, Windows - you can hit the ground running no matter the platform.
Edit, build, debug with ease#
Visual Studio Code features a lightning fast source code editor, perfect for day-to-day use. With support for hundreds of languages, VS Code helps instantly productive with syntax highlighting, bracket-matching, auto-indentation, box-selection, snippets, + more. Keyboard shortcuts, easy customization, community-contributed keyboard shortcut mappings let you navigate your code with easy ease.
You'll often benefit from tools with more code understanding than just block text. Visual Studio Code includes built in support for IntelliSense code completion, semantic code understanding and navigation, and code refactoring.
Debugging is the one feature that developers miss most in leaner coding experience Visual Studio Code includes an interactive debugger, so you can step through source code, inspect variables, view call stacks, and execute commands in the console.
VS Code integrates with build scripting tools to perform common tasks making everyday workflows faster. VS Code has support for Git so you can work with source control without leaving editor includes viewing pending changes diffs.
Customize every feature and install any number of third-party extensions. While most scenarios work "out of the box" with no configuration, VS Code also grows with you, and we encourage you to optimize your experience to suit your unique needs. VS Code is an open-source project so you can also contribute to the growing and vibrant community on GitHub.
Built with love for the Web#
VS Code includes enriched built-in support for Node.js development with JavaScript and TypeScript, powered by the same underlying technologies that drive Visual Studio. VS Code also includes great tooling for web technologies such as JSX/React, HTML, CSS, SCSS, Less, and JSON.
Robust and extensible architecture#
Visual Studio Code combines the best of web, native, and language-specific technologies. Using Electron, VS Code combines web technologies such as JavaScript and Node.js with the speed and flexibility of native apps. VS Code uses a newer, faster version of the same industrial-strength HTML-based editor that has powered the “Monaco” cloud editor, Internet Explorer's F12 Tools, and other projects. Additionally, VS Code uses a tools service architecture that enables it to integrate with many of the same technologies that power Visual Studio, including Roslyn for .NET, TypeScript, the Visual Studio debugging engine, and mo
コメント