Git Product home page Git Product logo

p5-app-monastery's Introduction

NAME

App::Monastery - Perl Language Server

DESCRIPTION

App::Monastery is a language server based on the Language Server Protocol. Currently Monastery 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.

This server is very much alpha quality but it has some mildly intelligent completion options and should be easily expanded with Perl::Tidy to handle formatting and perl -c or Perl::Critic to provide more useful diagnostics to the user.

INSTALLATION

This can be installed from the repo directly or for convenience, there is a fatpacked version in author/.

# install using cpanm
cpanm -i [email protected]:ccakes/p5-app-monastery.git

# or download fatpacked script
curl -sL -o /usr/local/bin/monastery-fatpack https://raw.githubusercontent.com/ccakes/p5-app-monastery/master/author/monastery-fatpack

TODO

  • Handler.pm

    This file is a mess, the $rpc->register calls need to be abstracted, ideally into a controller-type model to make adding functionality simpler.

  • textDocument/publishDiagnostics

    Need to work out when best to trigger this, probably on textDocument/willSave. didChange would be nicer but a bit spammy. This should be perl -c rather as it's syntax errors.

  • textDocument/rangeFormatting

  • workspace/symbol + textDocument/documentSymbol

  • Some tests...

LICENSE

Copyright (C) Cameron Daniel.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Cameron Daniel [email protected]

p5-app-monastery's People

Contributors

ccakes avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.