Công cụ debug windows 7

Visual Studio Code là phần mềm lập trình được phát triển bởi Microsoft trên ba nền tảng khác nhau và hỗ trợ đa ngôn ngữ. Ngoài ra, Visual Studio Code còn có chức năng tự hoàn thành lệnh thông minh và cải tiến mã nguồn.

I. Thông tin phần mềm Visual Studio Code

  • Nền tảng: Windows 7 trở lên, macOS 10.10 trở lên, Linux.
  • Dung lượng: Windows ~90.9MB, macOS ~100MB
  • Loại ứng dụng: Công cụ
  • Nhà phát hành: Microsoft

II. 5 tính năng chính phần mềm Visual Studio Code

1. Hỗ trợ đa ngôn ngữ HTML, CSS, C#, F#, C/C++, JSON, JavaScript

Phần mềm tải Visual Studio Code hỗ trợ đa ngôn ngữ, bao gồm HTML, CSS, C#, F#, C/C++, JSON, JavaScript. Bạn có thể lựa chọn ngôn ngữ mình muốn, sau đó nhấn chọn mục Install và bắt đầu sử dụng. Tại danh mục Popular này, bạn còn có thể lựa chọn các ngôn ngữ lập trình khác như Python, ESLint, Java,... để sử dụng.

Công cụ debug windows 7

Hỗ trợ đa ngôn ngữ HTML

2. Hỗ trợ nhiều nền tảng khác nhau (Linux, Windows, Mac)

Một ưu điểm vượt trội khác nữa của Visual Studio Code là tại phần mềm này, người dùng có nền tảng Windows, Mac hoặc Linux đều có thể sử dụng được. Với ba nền tảng trên, bạn đừng lo lắng máy mình không cài đặt được nhé.

Công cụ debug windows 7

Hỗ trợ nhiều nền tảng

3. Tích hợp gỡ lỗi và hỗ trợ Git, kết nối với GitHub

Khi bạn muốn quản lý hoặc lưu trữ lại các tập tin mã nguồn theo các mốc thời gian khác nhau, sau đó, bạn muốn quay trở lại tập tin cũ khi cần dùng đến thì có thể sử dụng GitHub để kết nối. Bởi Visual Studio Code hỗ trợ kéo hoặc sao chép mã trực tiếp từ GitHub. Mã này sau đó có thể được thay đổi và lưu lại trên phần mềm.

Công cụ debug windows 7

Tích hợp gỡ lỗi và hỗ trợ Git, kết nối với GitHub

4. Phát triển trong nền tảng Node.js và ASP.NET Core.

Visual Studio Code cho phép bạn viết các ứng dụng ASP.NET Core bằng cách tận dụng tất cả các tính năng chỉnh sửa đã phát triển có sẵn cho C # và các loại tệp khác trong dự án.

Node.js là một nền tảng để xây dựng các ứng dụng máy chủ nhanh và có thể mở rộng bằng JavaScript. Visual Studio Code có hỗ trợ cho các ngôn ngữ JavaScript và TypeScript ngoài ra cũng hỗ trợ debug Node.js. Tuy nhiên, để chạy ứng dụng Node.js, bạn sẽ cần cài đặt Node.js runtime.

Công cụ debug windows 7

Phát triển trong nền tảng Node.js và ASP.NET

5. Tạo phím tắt, kiểm soát định dạng tốt hơn

Phần mềm còn có ưu điểm rất tuyệt vời, không chỉ giúp bạn tạo phím tắt Visual Studio Code mà còn giúp bạn kiểm soát định dạng trong đoạn code, vì vậy phần mềm này rất được nhiều dân lập trình ưa chuộng.

Công cụ debug windows 7

Tạo phím tắt, kiểm soát định dạng tốt hơn

Visual Studio Code không chỉ giúp bạn tạo code lập trình nhanh chóng mà còn hỗ trợ nhiều ngôn ngữ, nền tảng cho bạn sử dụng nữa nhé. Hãy để lại bình luận phía dưới nếu như có thắc mắc về phần mềm. Chúc các bạn thành công!

Getting up and running with Visual Studio Code is quick and easy. It is a small download so you can install in a matter of minutes and give VS Code a try.

Cross platform

VS Code is a free code editor, which runs on the macOS, Linux, and Windows operating systems.

Follow the platform-specific guides below:

  • macOS
  • Linux
  • Windows

VS Code is lightweight and should run on most available hardware and platform versions. You can review the System Requirements to check if your computer configuration is supported.

Update cadence

VS Code releases a new version each month with new features and important bug fixes. Most platforms support auto updating and you will be prompted to install the new release when it becomes available. You can also manually check for updates by running Help > Check for Updates on Linux and Windows or running Code > Check for Updates on macOS.

Note: You can disable auto-update if you prefer to update VS Code on your own schedule.

Insiders nightly build

If you'd like to try our nightly builds to see new features early or verify bug fixes, you can install our Insiders build. The Insiders build installs side-by-side with the monthly Stable build and you can freely work with either on the same machine. The Insiders build is the same one the VS Code development team uses on a daily basis and we really appreciate people trying out new features and providing feedback.

Portable mode

Visual Studio Code supports Portable mode installation. This mode enables all data created and maintained by VS Code to live near itself, so it can be moved around across environments, for example, on a USB drive. See the VS Code Portable Mode documentation for details.

Additional components

VS Code is an editor, first and foremost, and prides itself on a small footprint. Unlike traditional IDEs that tend to include everything but the kitchen sink, you can tune your installation to the development technologies you care about. Be sure to read the Additional Components topic after reading the platform guides to learn about customizing your VS Code installation.

Extensions

VS Code extensions let third parties add support for additional:

  • Languages - C++, C#, Go, Java, Python
  • Tools - ESLint, JSHint , PowerShell
  • Debuggers - PHP XDebug.
  • Keymaps - Vim, Sublime Text, IntelliJ, Emacs, Atom, Brackets, Visual Studio, Eclipse

Extensions integrate into VS Code's UI, commands, and task running systems so you'll find it easy to work with different technologies through VS Code's shared interface. Check out the VS Code extension Marketplace to see what's available.

Next steps

Once you have installed and set up VS Code, these topics will help you learn more about VS Code:

  • Additional Components - Learn how to install Git, Node.js, TypeScript, and tools like Yeoman.
  • User Interface - A quick orientation to VS Code.
  • Basic Editing - Learn about the powerful VS Code editor.
  • Code Navigation - Move quickly through your source code.
  • Debugging - Debug your source code directly in the VS Code editor.
  • Proxy Server Support - Configure your proxy settings.

If you'd like to get something running quickly, try the Node.js tutorial walkthrough that will have you debugging a Node.js web application with VS Code in minutes.

Common questions

What are the system requirements for VS Code?

We have a list of System Requirements.

How big is VS Code?

VS Code is a small download (< 100 MB) and has a disk footprint of less than 200 MB, so you can quickly install VS Code and try it out.

How do I create and run a new project?

VS Code doesn't include a traditional File > New Project dialog or pre-installed project templates. You'll need to add additional components and scaffolders depending on your development interests. With scaffolding tools like Yeoman and the multitude of modules available through the npm package manager, you're sure to find appropriate templates and tools to create your projects.

How do I know which version I'm running?

On Linux and Windows, choose Help > About. On macOS, use Code > About Visual Studio Code.

Why is VS Code saying my installation is Unsupported?

VS Code has detected that some installation files have been modified, perhaps by an extension. Reinstalling VS Code will replace the affected files. See our FAQ topic for more details.

How can I do a 'clean' uninstall of VS Code?

If you want to remove all user data after uninstalling VS Code, you can delete the user data folders Code and .vscode. This will return you to the state before you installed VS Code. This can also be used to reset all settings if you don't want to uninstall VS Code.

The folder locations will vary depending on your platform:

  • Windows - Delete %APPDATA%\Code and %USERPROFILE%\.vscode.
  • macOS - Delete $HOME/Library/Application Support/Code and ~/.vscode.
  • Linux - Delete $HOME/.config/Code and ~/.vscode.

11/2/2022