您的位置:首页 > 其它

IDE或者编辑器的一些细节配置

2016-01-16 11:55 176 查看
此篇博客记录在平时遇到的一些很常见的配置问题。

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": []
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: