文章列表
 
您正在查看 "vim编缉器" 分类下的文章

2010-01-03 14:44

One reason I've heard PHP developers use for adopting an IDE when developing is the ability to click on a class or function name and jump to the declaration. Sounds like magic, and it's definitely something I've desired.

One way I get around it is by adopting PEAR coding standards for naming my classes. Since they define a one-to-one mapping of class name to the file system (substitute the underscore character ('_') with

 
2008-04-22 14:44
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|ex
    e "norm $"|endif|endif
 
2007-08-25 23:51

A

下载地址: 官方站点

官方描述:

A few of quick commands to swtich between source files and header files quickly.

:A switches to the header file corresponding to the current file being edited (or vise versa)

:AS splits and switches

:AV vertical splits and switches

E.g. if you are editing foo.c and need to edit foo.h simply execute

 
2007-08-25 23:05

1 程序设计

1.1 Tag List

下载地址: 官方站点

官方描述: The “Tag List” plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages.

这是代码编写中非常重要的插件之一, 有了它, 我们才能够在 V

 
 
   
 
 
文章分类
 
 
 
 
 
 
 
 
 
 
 
 
 
Dos(1)
 
算法(10)
 
 
 
 
Psp(1)
 
 
 
 
 
Mac(5)
 
 
 
 
 
 
   
 
文章存档
 
     
 
最新文章评论
  

回复vical:动态解析编译器生成的代码 破坏了C语言的平台无关性
 

找不到/usr/local/lib /codecs/这个文件
 

很好,
 

求教下大哥, libevent库是否支持IOCP的功能...?
 

这不是一个完善的strcat,完整的char* strcat(char* dst, const char* src),链接之
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu