Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.14 KB

NAME

App::LanguageServer - Perl Language Server

DESCRIPTION

App::LanguageServer is a language server based on the Language Server Protocol. Currently App::LanguageServer supports a subset of v3.0 of the protocol.

More can be read about what a Language Server is for at http://langserver.org but the idea is to allow editors/IDEs to support a variety of languages without needing to reimplement lang-specific features themselves or, as in most cases, not implementing them at all.

FEATURES

Installation instructions

This project is based on dzil. To install the develoment version you need to run

  • cpanm Dist::Zilla
  • dzil listdepedencies | cpanm
  • dzil install

TODO

  • Code completion via plsense
  • Package renaming to match path path
  • Make configurable via config file of some type
  • Add some tests