# IDE ### App * 目前公司大多人使用 [VSCode](https://code.visualstudio.com/) ### Extensions #### Required * Code Spell Checker * 打錯字檢查 * ESLint * linter #### Optional * Auto Rename Tag * 自動同時修正 html tags * vscode-styled-components * 如果用 emotion 系列的建議裝 * vscode-icons * 單純更好看而已 * Color Highlight * 讓顏色被特別標注出來 * i18n Ally * 做多國語系的救星(可以直接在檔案內顯示/編輯),但有時會漏抓或抓錯就是了 * Gremlins tracker for Visual Studio Code * 可以偵測隱藏的空白字元,或是可能造成問題的非法字元(從其他文件複製過來時容易發生) * indent rainbow * 縮排小幫手 ###### tags: `Basics`