# Visual Studio Code ## 好用快捷鍵 command + D 選取下一個同樣代碼一次修改 command + F 搜尋同樣的代碼 option + enter 可以一次標記選取到的同樣代碼一次修改 command + enter 往下新增一行 ## 設定snippets 文章:https://pjchender.blogspot.com/2017/04/vs-code-snippet.html 步驟: 首先進到 Code --> 喜好設定 --> 使用者程式碼片段 好用的生產器 https://snippet-generator.app/ 設定優先為自定義的snippets:進入 Code --> 喜好設定 --> 設定。 "editor.snippetSuggestions": "top"