IDE或者編輯器的一些細節配置

此篇博客記錄在平時遇到的一些很常見的配置問題。





Eclipse CDT

一、環境搭建





二、使用GNU make builder而不是CDT內置的CDT internal builder

對着項目點右鍵,然後點“properties”,彈出如下的框,接着按照紅框內操作


這時候,會提示一個錯誤,說找不到“make”

解決辦法:去到mingw的bin目錄下,找到“mingw32-make.exe”,複製粘貼,並重命名爲“make.exe”,重啓eclipse。








vscode

自動換行: "editor.wrappingColumn": 0


常用插件

web類:auto close tag、auto rename tag、html css support、html snippets

美化外觀類:Bracket Pair Colorizer、one dark pro、vscode-icon

提高編輯效率體驗類:Quick and Simple Text Selection、path intellisense、arVim

開發工具類:Code Runner、git history、settings sync

c/c++:cmake、cmake tools、c++ intellisense、include autocomplete

其他編程語言:go、python





sublime text

vi模式:"ignored_packages": []


發佈了23 篇原創文章 · 獲贊 63 · 訪問量 10萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章