vim-godef

vim plugin providing godef support

  • 所有者: go-zoo/bone
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

You probably want to be using https://github.com/fatih/vim-go instead

This plugin adds godef support to vim.

The godef tool from Roger Peppe parses Go code and returns the location of
the definition of a symbol. It can be installed with

go get -v github.com/rogpeppe/godef
go install -v github.com/rogpeppe/godef

To install the vim-godef plugin, clone this vim-godef repository and (from it) copy plugin/godef.vim to ~/.vim/plugin .

Or, if you're using pathogen, on Linux:

git clone https://github.com/dgryski/vim-godef ~/.vim/bundle/vim-godef

or on Windows:

git clone https://github.com/dgryski/vim-godef %USERPROFILE%\vimfiles\bundle\vim-godef

This modules overrides the gd (go to local definition) command to open a new
window at the definition of the symbol under the cursor. Setting

g:godef_split=0

(that is, entering the command let g:godef_split=0 or inserting it into your ~/.vimrc)
will reuse the current window, and

g:godef_split=2

will open the definition in a new tab, and

g:godef_split=3

will use a vertical split instead of the default horizontal split.

If you want jumps to the same file to move your current cursor instead of splitting, use

g:godef_same_file_in_same_window=1

This also adds a :Godef which will work for global types, methods,
constants, and variables in the current package.

主要指標

概覽
名稱與所有者go-zoo/bone
主編程語言Go
編程語言Vim script (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2014-11-19 02:16:36
推送於2019-05-06 14:37:24
最后一次提交2019-04-16 19:47:10
發布數5
最新版本名稱v1.3.0 (發布於 )
第一版名稱v1.0 (發布於 )
用户参与
星數1.3k
關注者數36
派生數101
提交數274
已啟用問題?
問題數42
打開的問題數2
拉請求數26
打開的拉請求數1
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?