使用 visual studio code 編輯 C++

需要下載的東西

MinGW

設定環境變數

系統-->進階系統設定-->環境變數

切記一定要按確定而不是直接關掉

visual studio code

code runner

一鍵編譯+執行C++

在extensions安裝輔助插件

實用型

  • Bracket Pair Colorizer 2 (已成為vscode的內建功能)
  • Better Comments
  • Indenticator
  • Chinese (Traditional) Language Pack for Visual Studio Code
  • Discord Presence

 

 

無用型

  • background-cover
  • Power Mode
  • vscode-icons
  • SynthWave '84
  • Atom One Dark Theme
 

synthwave 擴充

到synthwave官網下載css
然後隨便放到一個你喜歡的地方

安裝 Custom CSS and JS Loader

ctrl+,開啟設定

Text

"vscode_custom_css.imports": [
    "file:///C:/Users/chenm/synthwave84.css"
]

ctrl+shift+p開啟命令輸入欄

打上 Enable custom CSS and JS

Made with Slides.com