The languge server that comes with Rocket MV Basic likes to complain about undefined variables in code such as
foo = 4
bar = foo-1
where it will say “Referenced undefined variable: foo-1” because it is detecting the minus operator as part of a variable name. Am I the only person experiencing this issue? Can this be addressed? It’s rather annoying as much of the code I’m looking at was last formatted with the Accuterm wED editor which did not enforce spacing around operators.

