0.8.15 • Published 10 months ago

perlnavigator-server v0.8.15

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Perl Navigator Language Server

Provides syntax checking, autocompletion, perlcritic, code navigation, hover for Perl. Implemented as a Language Server using the Microsoft LSP libraries along with Perl doing the syntax checking and parsing.

Installation

The easiest way to install is using npm

sudo npm install -g perlnavigator-server

Which will install as /usr/bin/perlnavigator. This can be used as the command for most editors without any other arguments (i.e. --stdio can be omitted)

Currently Implemented Features:

  • Syntax Checking
  • Perl Critic static code analysis/suggestions
  • Smart context-aware autocompletion and navigation
  • Code Navigation ("Go To Definition") anywhere, including to installed modules and compile-time dependencies
  • Code formatting via Perl::Tidy
  • Imports cleanup via perlimports
  • Outline view
  • Hover for more details about objects, subs, and modules
  • Syntax highlighting for Object::Pad, Moose, Zydeco, etc.
  • Support for Classes including Moo/Moose style classes

See full documentation and installation instructions at: https://github.com/bscan/PerlNavigator

0.8.15

10 months ago

0.8.14

1 year ago

0.8.9

1 year ago

0.8.8

1 year ago

0.8.4

1 year ago

0.8.7

1 year ago

0.8.12

1 year ago

0.8.10

1 year ago

0.7.11

2 years ago

0.7.9

2 years ago

0.7.13

2 years ago

0.7.12

2 years ago

0.7.6

2 years ago

0.7.5

2 years ago

0.7.8

2 years ago

0.7.7

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.6.0

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.5.4

2 years ago

0.5.5

2 years ago

0.4.5

3 years ago

0.3.6

3 years ago

0.4.4

3 years ago

0.4.7

2 years ago

0.4.6

3 years ago

0.3.7

3 years ago

0.4.1

3 years ago

0.3.1

3 years ago

0.4.3

3 years ago

0.3.3

3 years ago

0.2.8

3 years ago