https://github.com/buptlsp/-mvctabe
a vim plugin for php mvc
https://github.com/buptlsp/-mvctabe
Last synced: 3 months ago
JSON representation
a vim plugin for php mvc
- Host: GitHub
- URL: https://github.com/buptlsp/-mvctabe
- Owner: buptlsp
- Created: 2013-08-21T11:50:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T12:01:07.000Z (almost 12 years ago)
- Last Synced: 2024-12-31T08:14:44.273Z (5 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mvctabe
========a vim plugin for php mvc
这个插件可以为某些php mvc框架提供快速的函数跳转。
本文件中支持的mvc的目录为--- helper
|
|
-|--- controller
|
|--- model
|
|
|--- classes
注意:实际的mvc框架可以再跟据该文件修改.安装
cp path/to/tabe.vim ~/.vim/plugin/运行
在vim中输入 ctrl + N 会跳转至该函数定义处.