ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

CHeaders

作者: ljesparis ST3 WinLinux 缺失

这是一个Sublime Text插件,可以帮助您寻找clang头文件...(已弃用)

标签 C, C++

详细资料

  • 0.0.7
  • github.​com
  • 8年前
  • 2年前
  • 9年前

安装

  • 总数 1K
  • Win 760
  • Mac 2
  • Linux 683
8月7日 8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

说明文件

源代码
raw.​githubusercontent.​com

CHeaders.

CHeaders 是一个开源的Sublime Text插件,旨在帮助您查找C/C++头文件以及mingw,gnu。

默认情况下,CHeaders 将在Windows和Linux的默认位置查找C/C++头文件。

  • Linux默认位置。

    • /usr/include
    • /usr/local/include
  • Windows默认位置。

    • C:\Mingw\include 或 C:\cywing

注意:如果您在C:\中没有Mingw,您需要在用户设置中的PATHS_HEADERS中添加Mingw路径。

用法。

您需要做的就是写上您要搜索的库。

example_complention example_complention2 example_complention3

配置。

要向CHeaders添加额外的C/C++头文件路径,只需将路径添加到PATH_HEADERS。

{
    "PATHS_HEADERS" : ["~/Desktop/project/include"],
}

许可协议。

(MIT许可证)

版权所有 © 2015 Leonardo Esparis。

任何人无限制地处理本软件及其相关文档文件(以下简称“软件”),包括使用、复制、修改、合并、发布、分发、再许可和/或销售软件副本的权利,并允许软件提供者这样做,条件如下:

上述版权声明和本许可声明应包含在软件的所有副本或主要部分中。

本软件按照“原样”提供,不提供任何明示或默示的保证,包括但不限于适销性、特定用途适用性和非侵权性保证。在任何情况下,无论是因为合同、侵权或其他原因产生的任何索赔、损失或其他责任,作者或版权持有人均不承担任何责任。

版本 0.0.7

- Fixed way of include headers, now is more flexible. Only a header can be included when the '#include' macro is visible.

版本 0.0.6

- redesigning the software, more faster, more precise and now plugin works from begining without reload
- Visual Studio(14, 12, 11) Beta support.
- snippets deleted

版本 0.0.5

- fixing bug, when current line is 0

版本 0.0.4

- now, c headers cannot be included in any scope.

版本 0.0.3

- only c and c++, headers should be displayed.

版本 0.0.2

- adding support for cpp version, from 4 to 6, in gnu

版本 0.0.1

- first release, first commit

参与贡献者。