Vim: -doc """Text""".
not parsed correctly for non-stdlib code
#1578
Labels
bug
Something isn't working
-doc """Text""".
not parsed correctly for non-stdlib code
#1578
Describe the bug
Documentation text does not show up when working on Erlang files, but do show for built-in code.
To Reproduce
sudo pacman -S gvim
junegunn/vim-plug
plug-in manager that'd look a bit like;ycm-core/lsp-examples
PR#44 to install Erlang LS. Which in pure Bash, I.E. without any Python wrapping, might look something like;do_it_doc_functions
and/ordo_it_doc_specs
, then in Vim Ex mode run:YcmCompleter GetHover
to force client to request info from Erlang LSExpected behavior
I expect
-doc """Text""".
to be discovered/displayed for custom functions, and other code, similar to how-doc """Text""".
is discovered/displayed when hovering over built-in/standard-library codeActual behavior
do_it_doc_functions
and via Vim Ex mode execute:YcmCompleter GetHover
, and one gets the following;do_it_doc_specs
and via Vim Ex mode execute:YcmCompleter GetHover
, and one gets the following;exit
and via Vim Ex mode execute:YcmCompleter GetHover
, and one gets the following;Context
erlang_ls
version (tag/sha): shab8724fb8402c822da5e6d36d1711ac67fef76389
ycm-core/lsp-examples
PR#44 installation and configurationvimgrep
-ing showed the following file locations may be where-doc
parsing behaviors are definedClient/Server Logs After opening file
The text was updated successfully, but these errors were encountered: