---
title: VSCode插件推薦
tags: VSCode
---
Chinese(Traditional)Language
===

中文化
Beautify
===

自動美化排版
Live Server
===

邊做邊看目前做的進度呈現狀況
Highlight Matching Tag
===

對齊標籤
Format HTML in PHP
===

phpfmt - PHP formatter
===

PHP Intelephense
===

GitLens
===

可以用來追蹤版本,加入以後會多一個按鈕,可以登入github帳號
ftp-kr
===

按F1 -> 輸入 ftp-kr init 開啟設定檔

```
"host": "(網域)",
"username": "(帳號)",
"password": "(密碼)",
"remotePath": "/(預設跟目錄)",
```
設置兩組
```
{
"remotes": [
{
"name": "My Server 1",
"host": "ftp.example1.com",
"port": 21,
"username": "user1",
"password": "password1",
"protocol": "ftp",
"secure": false,
"remotePath": "/path/to/your/directory/on/server1"
},
{
"name": "My Server 2",
"host": "ftp.example2.com",
"port": 22,
"username": "user2",
"password": "password2",
"protocol": "sftp",
"secure": true,
"remotePath": "/path/to/your/directory/on/server2"
}
]
}
```
* 可用功能和命令
實時 FTP/SFTP 同步。
ftp-kr: Init- 啟動擴展並生成ftp-kr.json.
ftp-kr: Upload All- 上傳所有大小不一樣的文件。
ftp-kr: Download All- 下載所有大小不一樣的文件。
ftp-kr: Upload This- 上傳此文件。
ftp-kr: Download This- 下載此文件。
ftp-kr: Delete This- 刪除遠程服務器中的文件。
* 高級命令
ftp-kr: Diff This- 比較這個文件。
ftp-kr: Refresh- 重新掃描遠程文件。
ftp-kr: Clean All- 清理不在工作區中的遠程文件。
ftp-kr: Run task.json- 運行批處理任務。它是自動生成並通過* All命令運行的。您可以使用相同的語法來使用它。
ftp-kr: Reconnect- 重新連接服務器。
ftp-kr: Cancel- 取消當前任務
ftp-kr: Target- 交換主服務器。用於與備用服務器一起使用。
ftp-kr: List- 瀏覽遠程目錄。
ftp-kr: View- 查看遠程文件。內部使用。
file-icons
===

心智圖軟件
xmind

