oonav:Vim跳转到派生的实现

时间:2021-03-03 17:17:38
【文件属性】:
文件名称:oonav:Vim跳转到派生的实现
文件大小:8KB
文件格式:ZIP
更新时间:2021-03-03 17:17:38
Vimscript oonav-vim的面向对象导航 描述 导航到派生类中的方法实现。 导航到父类中的方法。 使用可选。 使用标签,最好是在整个项目中使用(为项目保留更新的标签应手动完成或使用其他插件完成)。 笔记 没有整个项目的标签,此插件几乎没有好处。 安装 Plug 'sagi-z/oonav' 配置 " To disable default mappings creation use: let g: oonav #create_mappings = 0 " If you don't want to allow fzf change the value to 0. The default is 1. let g: oonav #allow_fzf = 1 " If you want to allow fzf without preview change the value to 0. The d
【文件预览】:
oonav-master
----.gitattributes(42B)
----nav.gif(131B)
----autoload()
--------oonav.vim(144B)
----doc()
--------oonav.txt(2KB)
----plugin()
--------oonav.vim(9KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(17B)
----bin()
--------preview_tag.pl(3KB)

网友评论