pico8-ls icon indicating copy to clipboard operation
pico8-ls copied to clipboard

PICO-8 Language Server

Results 27 pico8-ls issues
Sort by recently updated
recently updated
newest added

I think it'd be a helpful feature for many to have a warning that says a variable can be marked local if it wasn't used anywhere outside of the scope...

enhancement

Hi! Great tool, I am loving it. As per title, I was thinking of a little Code-Size Info tool (Token and Characters in particular), maybe as in picture (ref. LaTeX...

enhancement

Right now I have to disable the pico8-ls plugin when I'm working with "real" lua because it takes over every `.lua` file and marks it as the `pico-8 lua` language...

enhancement
low priority

It would be nice to have an option to toggle showing only members from the currently active file in outline view, excluding members from included files. Now everything is shown...

enhancement

See `PoorCosmo`'s lengthy comment on the Lexaloffle BBS post: https://www.lexaloffle.com/bbs/?tid=52800

bug

Is it possible to add support for custom function documentation like in LDoc ? ``` --- Summary ends with a period. -- Some description, can be over several lines. --...

enhancement

If I start typing, I get the autocomplete suggestions as intended (some are missing, but that's not as much as an issue as what I'll describe) ![image](https://github.com/user-attachments/assets/c1652c19-937c-47d0-ac5e-156ca4c2d832) However, after pressing...

bug