Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.15 KB

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 (beta)
  • Function Navigation
  • Variable Navigation
  • Variable autocomplete
  • Function autocomplete (beta)

Other features coming up in the alpha release

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

0.0.1

Very beta, testing out the integration

0.1.0

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