# <font class="h2">VSCode筆記</font> ###### tags: `vscode` <style> .h2 { background: linear-gradient(135deg,#fff,#537479) ; color: #537479; display:block; padding: 6px 5px; border-radius: 4px; } .h3 { background: linear-gradient(180deg,#fff 50%,#c9d5d4) ; color: #537479; display:block; padding: 6px 5px; border-bottom: 3px solid #537479; } .h4 { color: #537479; font-weight:bold; font-size:1.1em; } </style> ### <font class="h3">VsCode切換中文化 </font> **叫出命令面板** | 平台 | 快速鍵 | | ------ | ----------- | | Windows | Ctrl+Shift+P 或 f1 | | Mac | Cmd+Shift+P | 輸入`:configure`,選擇`Configure User Snippets`,選取`zh-tw`  <br> ### <font class="h3">匯入資料夾 </font>  <br> ### <font class="h3">創建新檔 </font> | 平台 | 快速鍵 | | ------ | ----------- | | Windows | Ctrl+N | | Mac | Cmd+N |  <br> ### <font class="h3">切換檔案格式 </font>  <br> ### <font class="h3">檔案未存檔 </font>  <br> ### <font class="h3">固定頁籤 </font>  <br> ### <font class="h3">錯誤提示 </font>  <br> ### <font class="h3">段行形式(建議選LF形式) </font>  :::info CR是carriage return的意思,也就是\r (windows) LF是line feed的意思,也就是\n (UNIX、OX) :::  <br> ### <font class="h3">縮排 </font>   :::warning 縮排有<font color="#f00">定位點</font>跟<font color="#f00">空格</font>兩種 ::: :::warning 如果要將縮排改成兩空格,可以先轉成定位點,然後切換單位成2,再轉回空格 :::  <br> ## <font class="h2">設定方面</font>  設定方面有兩種: <font color="red">GUI(介面設定)</font>、<font color="red">JSON(程式語言)</font>,兩個效果是一樣的 JSON模式 <br><br><br> ## <font class="h3">設定中斷點</font>  <br><br><br> **VScode豆知識:** 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up