LS4P
LS4P copied to clipboard
📦 LSP Implementation for Processing DSL
Could you kindly help me set this lsp for nvim as I would like to work in processing in the nvim editor? Thanks!
### Bug: Character positions on most language features can be offset by a few to the right. This comes from [preprocessing](https://github.com/processing-language-server/LS4P/blob/1998f6e973460b392da3d2bcfa53da494970b9c5/server/src/grammer/terms/preprocessingsnippets.ts#L75-L82) adding a public access specifier when non is provided....
Should fix #11
Added build support for windows and moved the shell build scripts to the new build folder to keep things tidy. closes #22
Adds support for sketches with multiple files/tabs. **Description of the changes** All the .pde files in a workspace are keyed by there filename with there contents as value in to...
**Current behavior:** Currently the server only compiles the currently opened file on a file change event. Scripts that are divided in multiple files compile with missing symbol errors ect. **Wanted...
Use lower-case for case-sensitive Ubuntu. Should fix #13
Should fix #15 - Updated client dependencies - Ran a new build, so al package-lock.json files are updated - Included requirements for Linux in setup.md
Should fix #25 Added OS dependent split indexing and path comparison
### bug: Error lines are not displayed on Windows. `println("x")` (without semicolon) should result in an error but non is shown ### possible solution(s): - Windows paths include a colon...