richterger / Perl-LanguageServer

Language Server for Perl
Other
224 stars 51 forks source link

was there some tricky here to use this lsp server? #80

Closed Shane-XB-Qian closed 3 years ago

Shane-XB-Qian commented 3 years ago

i am trying to verify lsp server a bit, including this.. // installed from this repo, and cpanm also.

i launched it by perl -MPerl::LanguageServer -e Perl::LanguageServer::run // no err output.

when i tried to send 'diag check' msg, looks nothing happened.. but:

  1   │ LS: apply_all_roles (Perl::LanguageServer=HASH(0x5633d29c90d8), Perl::LanguageServer::Methods, Perl/LanguageServer/Methods.pm)
   2   │ LS: apply_all_roles (Moose::Meta::Class::__ANON__::SERIAL::1=HASH(0x5633d29c90d8), Perl::LanguageServer::Methods::textDocument, Perl/LanguageServer/Methods/textDocument.pm)

logging into stderr? lsp client got this..

was there some tricky here? or this lsp server is only working via port/socket something? // note: i am not using vsc, but vim here.

Shane-XB-Qian commented 3 years ago

dup with #81 , not sure why opened 2 tickets. :-)