Skip to content

wankun-tcj/perl-language-server

 
 

Repository files navigation

Perl IDE

A simple perl language server written in typescript, with a client that's also written in typescript. Intended to be used with vs code, but could be extended.

Features

  • Syntax check
  • Goto Function definition
  • Goto Variable definition
  • Variable autocomplete
  • Function autocomplete
  • Rename symbol
  • Find all references
  • Hover provider
  • Symbol highlighting

Upcoming features

  • Integrated debugger
  • Much more to come

Requirements

Nothing, nada, nyet!

Extension Settings

This extension contributes the following settings:

  • perl.maxNumberOfProblems: Controls the maximum number of problems produced by the server.

Known Issues

Release Notes

2.0.0

alpha release, with usable features.

0.0.1

Very beta, testing out the integration

0.1.0

Somewhat beta, will work my way up to release further stable releases


About

a simple language server for the perl language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • Shell 1.3%