DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  4737 随笔 :: 2 文章 :: 542 评论 :: 1615万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
一、C/C++环境配置:
Window - Preferences - C/C++

1. Editor - Content Assist - Auto-Activation - Delay(ms),原值为500,改为100,则智能提示速度将非常快!
2. Enviroment,添加三个环境变量:
  INCLUDE=${system:ECLIPSE_HOME}/include
  LIB=${system:ECLIPSE_HOME}/lib
  PATH=${system:ECLIPSE_HOME}/bin;${system:ECLIPSE_HOME}/tool/svn
3. Indexer,清空Files to index up-front的内容,修改Cache limits的值,尽可能大,可以提高速度!
4. Net CDT project wizard - Makefile Project
  Binary Parsers,选中PE Windows Parser
  Error Parsers,只选中CDT Visual C Error Parser
  Discovery Options,取消Automate discovery of paths and symbols,因为VC不支持。
  Builder Settings,取消Use default build command选项,将Build command的值从make改为nmake(注:也可不改,使用make)
5. Code Style,通过New来新建一个代码风格,命名为qpsoft,且初始化为BSD/Allmain,然后按习惯修改一些细节。
6. Editor - Templates,选中Use code formatter,这样快速完成的代码是自己自己设计好的风格。
7. Appearance,选中Group method definitions in the Outline view
二、让工程支持智能提示
由于VC编译器并没有将头文件路径编译进可执行文件,所以无法知道相关头文件的路径,需要手动设置,才能使用智能提示功能。方法:Project - Properties - C/C++ General - Paths and Symbols - Includes,Add,从Variables中选择INCLUDE,选中Add to all configuration、Add to all languages。

三、修改智能提示的快捷键
Window - Preferences - General - Keys,输入Content,找到Content Assist,在Binding中修改为Shift+Space,要顺手的多。

四、其他设置
1. Window - Preferences - General - Editors - Text Editors,选中Show line numbers,设置Print margin column为110
2. Window - Preferences - General - Workspace,取消Build automatically,选中Save automatically before build
posted on   DoubleLi  阅读(762)  评论(0编辑  收藏  举报
编辑推荐:
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!
历史上的今天:
2012-10-26 Subclassing a Windows Control
2012-10-26 Microsoft ActiveX Control Pad 在HTML网页中插入ActiveX控件 .
2011-10-26 jQuery学习笔记--JqGrid相关操作 方法列表 备忘 重点讲解(超重要)
点击右上角即可分享
微信分享提示