Vim ios 開發插件幫助文檔精華
編輯:關於IOS
[收起]
文章目錄
Cocoa.vim
:help cocoa
- cocoa.vim uses snipMate to code completion
- useful plugin: objc_matchbracket.vim
:ListMethods
:BuildMethods .h -> .m
- look document
:CocoaDoc
K
- Xcode-like mappings
A Alternate between header (.h) and implementation (.m) file
K Look up documentation for word under cursor
equal A
Build & Run (Go)
CMD-R
Build
Clean
Go to Project
:ListMethods
(in insert mode) Show omnicompletion menu
Comment out line
Decrease indent
Increase indent
a.vim
: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
:AT new tab and switches
:AN cycles through matches
:IH switches to file under cursor
:IHS splits and switches
:IHV vertical splits and switches
:IHT new tab and switches
:IHN cycles through matches
ih switches to file under cursor
is switches to the alternate file of file under cursor (e.g. on switches to foo.cpp)
ihn cycles through matches
- 上一頁:用IOS做一個界面切換的效果(登錄界面和注冊界面和找回密碼界面的切換)(用封裝好的lable和textf創建界面)
- 下一頁:NSPredicate文檔中文翻譯
Copyright ©
Ios教程網 All Rights Reserved