你好,歡迎來到IOS教程網

 Ios教程網 >> IOS訊息 >> 關於IOS >> Vim ios 開發插件幫助文檔精華

Vim ios 開發插件幫助文檔精華

編輯:關於IOS
[收起] 文章目錄
  • Cocoa.vim
  • a.vim

Cocoa.vim

  1. :help cocoa
  2. 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

          1. :A switches to the header file corresponding to the current file being edited (or vise versa)
          2. :AS splits and switches
          3. :AV vertical splits and switches
          4. :AT new tab and switches
          5. :AN cycles through matches
          6. :IH switches to file under cursor
          7. :IHS splits and switches
          8. :IHV vertical splits and switches
          9. :IHT new tab and switches
          10. :IHN cycles through matches
          11. ih switches to file under cursor
          12. is switches to the alternate file of file under cursor (e.g. on switches to foo.cpp)
          13. ihn cycles through matches
  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved