japhib / pico8-ls

PICO-8 Language Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning if variable can be local

electricbrass opened this issue · comments

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 it'd have if local.

Nice idea!