帮我推荐一款轻量级的IDE
- npnufn
- 帖子: 1847
- 注册时间: 2005-10-14 15:56
Re: 帮我推荐一款轻量级的IDE
这两天见识了scite的小巧和强大
- ws_105
- 帖子: 313
- 注册时间: 2008-10-24 8:02
Re: 帮我推荐一款轻量级的IDE
VIM自动不齐不需要特殊配置,只需要打开alexander21th 写了:kofshower, kofshower 您好,我找了VIM自动补齐脚本很长时间了,一直没有找到,想向您要一份,我先谢谢您了,我的邮箱是qbyang2006@163.com
filetype plugin on
就可以自动不全了
代码: 全选
" Settings of auto-completion for other languages
" Since the auto-complete plugins are shiped with Vim and are placed in the
" autoload directory, so to use the completion, all need to do is to
" set filetype plugin on.
" The folowing lines are only marks to remind you.
" Use Ctrl-X, Ctrl-O to get the auto-completion suggests.
" if has("autocmd")
filetype plugin indent on
" autocmd FileType python set omnifunc=pythoncomplete#Complete
" autocmd FileType ruby set omnifunc=rubycomplete#Complete
" autocmd FileType c set omnifunc=ccomplete#Complete
" autocmd FileType ada set omnifunc=adacomplete#Complete
" autocmd FileType php set omnifunc=phpcomplete#CompletePHP
" autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
" autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
" autocmd FileType css set omnifunc=csscomplete#CompleteCSS
" autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags
" autocmd FileType sql set omnifunc=sqlcomplete#Complete
" endif
需要补全的时候,只需要 Ctrl-X,Ctrl-O就可以了
Ubuntu 8.04 @ Intel Pentium D 925 + Intel 945G Chipset + DDR2 1.0G + SATA 160G
http://hi.baidu.com/ws_105
http://hi.baidu.com/ws_105
- yangcheng
- 帖子: 498
- 注册时间: 2005-09-27 18:24
- 来自: 杭州
Re: 帮我推荐一款轻量级的IDE
geany不是挺好的么?虽然我觉得ui有点独特
- junxiang
- 帖子: 317
- 注册时间: 2006-09-07 13:44
- junxiang
- 帖子: 317
- 注册时间: 2006-09-07 13:44