Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Last active March 30, 2016 09:55
Show Gist options
  • Save Akagi201/10085689 to your computer and use it in GitHub Desktop.
Save Akagi201/10085689 to your computer and use it in GitHub Desktop.

编码

  • 在mac下面, 发现eclipse的选项里面, 不能选择gbk编码, 直接在那个下拉框里面填上GBK就行了

plugins

高亮

快捷键

搜索类型

  • ctrl + shift + t

搜索资源文件

  • ctrl + shift + r -> open resource 支持通配符

查看函数调用关系

  • ctrl + alt + h

显示文件代码的outline

  • ctrl + o

查找声明

  • ctrl+左键 / f3

头文件和源文件之间切换

  • ctrl + tab

搜索

  • ctrl + h

查找被引用位置

  • ctrl + shift + g

跳转到指定行号

  • ctrl + l

跳转到匹配的括号

  • ctrl + shift + p

快捷键

主题

源码分析

远程编译

make tools/install
make toolchain/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment