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.
- Syntax check (beta)
- Function Navigation
- Variable Navigation
- Variable autocomplete
- Function autocomplete (beta)
Other features coming up in the alpha release
- Integrated debugger
- Much more to come
Nothing, nada, nyet!
This extension contributes the following settings:
perl.maxNumberOfProblems
: Controls the maximum number of problems produced by the server.
Webassembly.Memory(): could not allocate memory
- Its a problem with your node runtime, either upgrade your nodejs
- Or, check out your
ulimit
. Further reading - https://stackoverflow.com/questions/52406217/why-cant-i-construct-webassembly-memory-in-browsers
Very beta, testing out the integration
Somewhat beta, will work my way up to release further stable releases