VSCode:修订间差异

来自牛奶河Wiki
跳到导航 跳到搜索
无编辑摘要
 
(未显示同一用户的1个中间版本)
第7行: 第7行:


==== Download ====
==== Download ====
* https://code.visualstudio.com/
* https://code.visualstudio.com/


==== 设置成中文 ====
==== 设置成中文 ====
# Ctrl+Shift+P
# Ctrl+Shift+P
# configure language
# configure language


==== 远程开发配置 ====
==== 远程开发配置 ====
* 扩展按钮(左侧,或:Ctrl+Shift+X)
* 扩展按钮(左侧,或:Ctrl+Shift+X)
* Remote Development
* Remote Development
第25行: 第22行:
* 扩展按钮(左侧)
* 扩展按钮(左侧)
** Python Test
** Python Test
==== VSIX ====
Extensions(Ctrl+Shift+X) -> ...(右上角) -> Install From VSIX...


[[分类:Develop]]
[[分类:Develop]]
[[分类:Web]]
[[分类:Python]]
[[分类:Python]]

2024年3月11日 (一) 14:55的最新版本

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos.

Visual Studio Code 是一个轻量级但功能强大的源代码编辑器,可在您的桌面上运行,可用于 Windows,macOS 和 Linux。它内置了对 JavaScript,TypeScript 和 Node 的支持 .js 并具有针对其他语言和运行时(如C++,C#,Java,Python,PHP,Go,.NET)的丰富扩展生态系统。通过这些介绍性视频开始您的 VS Code 之旅。(由:Bing翻译 提供)

Setup

Windows: Ctrl = Mac: Command

Download

设置成中文

  1. Ctrl+Shift+P
  2. configure language

远程开发配置

  • 扩展按钮(左侧,或:Ctrl+Shift+X)
  • Remote Development
  • 增加 SSH
    • Host mc1     HostName mc1     User bi
    • 在 .ssh 目录下增加 id_rsa
  • 扩展按钮(左侧)
    • Python Test

VSIX

Extensions(Ctrl+Shift+X) -> ...(右上角) -> Install From VSIX...