mattn

Results 892 comments of mattn

@jessevdk please take a look.

please try @zchee's PR. https://github.com/nsf/gocode/pull/512

It seems that gocode is better to use codes from cmd/compile/internal/gc/bimport.go . maybe keeping compatibility for older version seems to be too difficult for me.

If my english is wrong, please fix this subject above.

It seems this issue is solved already?

I'm thinking this feature should be provided from third-party products not core. for example, you can use https://github.com/mattn/go-zglob

Current implementation provide only hints for snapshot buffer. This buffer can be modified but not follow appended keywords which will be matched as hints.

Should be provide name `lsp#ui#vim#update_inlay_hints` and `lsp#ui#vim#clear_inlay_hints` ?

``` let g:lsp_inlayhints_mode = '' let g:lsp_inlayhints_mode = 'always' " following changes (with timer) let g:lsp_inlayhints_mode = 'curline' " following changes (with timer) let g:lsp_inlayhints_mode = 'hold' " only cursor...

Now I implemented inlay hints with callbag. Default is enabled.