eclipse 环境配置记录

 

X1. Linux Driver 开发 eclipse工程找不到头文件

如下添加头文件路径,

右键单击工程,选择 Properties  >  C/C++ Build  >  Settings  >  >  GCC C/C++ Compiler  >  Includes  >  Include paths  >  点击添加按钮, 浏览添加路径 /usr/src/linux-headers-4.10.0-28-generic/include 即可。

 

eclipse 环境配置记录

 

X2. eclipse color-theme

Help -> Install New Software... -> Add,

Name: color-theme (arbitrary)

Location: http://eclipse-color-theme.github.io/update/

My favorate choice:

light: Tango

dark: Zenburn

 

X3. vim

Help -> Eclipse Marketplace -> Find (vim),

Vrapper (Vim)

then, Adjust the key bindings:

Window -> Preferences -> type filter text (key),

Keys Scheme: Vim's key bindings

Disable default Ctrl+F, Ctrl+B, Ctrl+P, Ctrl+N:  type filter text, then clear the Binding content at to bottom of that page.

 

X4. Configure glib, gobject project

Right-Click project -> Properties,

eclipse 环境配置记录

 

 

eclipse 环境配置记录

 

X5. C/C++ 智能提示

Alt + / , 不过功能和 VSCode 比弱爆了……

 

Over.

 

原文链接: https://www.cnblogs.com/gaowengang/p/7988183.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    eclipse 环境配置记录

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/264704

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月14日 下午4:44
下一篇 2023年2月14日 下午4:46

相关推荐