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
- Goto Function definition
- Goto Variable definition
- Variable autocomplete
- Function autocomplete
- Rename symbol
- Find all references
- Hover provider
- Symbol highlighting
- 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
alpha release, with usable features.
Very beta, testing out the integration
Somewhat beta, will work my way up to release further stable releases