作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我试图安装 taglist(但我无法安装 ctags),但我意识到它不支持 css,是否有其他方法或插件来执行此工作?
PS:我查看了ctags的安装文件,没有找到类似安装手册的步骤。
它只是说:
Installation Notes
==================
For non-Unix platforms, simple makefiles are provided:
descrip.mms For VMS using either DEC C or VAX C
mk_bc3.mak For MSDOS using Borland C/C++ 3.x
mk_bc5.mak For Win32 using Borland C++ 5.5
mk_djg.mak For MSDOS using DJGPP Gnu GCC (better to follow Unix install)
mk_manx.mak For Amiga using Aztec/Manx C 5.0
mk_mingw.mak For Win32 using MinGW
mk_mpw.mak For Macintosh using MPW
mk_mvc.mak For Win32 using Microsoft Visual C++
mk_os2.mak For OS/2 using GCC (EMX)
mk_qdos.mak For QDOS using C68
mk_riscos.mak For RISC OS using the GCC SDK <http://hard-mofo.dsvr.net>
mk_sas.mak For Amiga using SAS/C
有一个编译好的ctag.exe。我应该用它做什么?
最佳答案
展开Conspicuous Compiler很好的建议,你可以试试这个(我经常这样做):
:set foldmethod=marker
:set foldmarker={,}
其中,假设您的定义是这种形式:
#topbar {
....
}
自动给出这样的 View :
+-- 5 lines: body -----------------------
+-- 12 lines: #topbar --------------------
+-- 4 lines: #topbar input --------------
+-- 4 lines: #topbar li -----------------
....
即每 block 一行,可根据要求扩展。
关于css - 有没有办法(或插件)让 Vim 为 CSS 生成代码大纲?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2132543/
我是一名优秀的程序员,十分优秀!